mohong

update readme

...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
2 2
3 > A Vue.js project 3 > A Vue.js project
4 4
5 +## [vue官网](https://vuefe.cn/v2/guide/)
6 +
5 ## Build Setup 7 ## Build Setup
6 8
7 ``` bash 9 ``` bash
...@@ -14,8 +16,6 @@ npm run dev ...@@ -14,8 +16,6 @@ npm run dev
14 # build for production with minification 16 # build for production with minification
15 npm run build 17 npm run build
16 18
17 -# build for production and view the bundle analyzer report
18 -npm run build --report
19 ``` 19 ```
20 20
21 For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader). 21 For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
......