@ditojs/admin 2.85.2 → 2.87.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -12,16 +12,16 @@ generated views and forms and built with Vue.js
12
12
 
13
13
  ``` bash
14
14
  # install dependencies
15
- yarn install
15
+ pnpm install
16
16
 
17
17
  # serve your admin folder sym-linked into `dev` with hot reload at localhost:8080
18
- yarn serer
18
+ pnpm run serve
19
19
 
20
20
  # build library for production, with and without minification
21
- yarn build
21
+ pnpm run build
22
22
 
23
23
  # build for production and view the bundle analyzer report
24
- yarn build --report
24
+ pnpm run build --report
25
25
  ```
26
26
 
27
27
  For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).