Commit bb11bd64 by guolu

fix: 修改readme,文档改为使用cnpm运行

parent 9cef9ac6
...@@ -6,16 +6,16 @@ ...@@ -6,16 +6,16 @@
``` bash ``` bash
# install dependencies # install dependencies
npm install cnpm install
# serve with hot reload at localhost:8080 # serve with hot reload at localhost:8080
npm run dev cnpm run dev
# build for production with minification # build for production with minification
npm run build cnpm run build
# build for production and view the bundle analyzer report # build for production and view the bundle analyzer report
npm run build --report cnpm run build --report
``` ```
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). 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).
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment