插件化开发
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for functional testing with minification
./auto/tag/dev.sh
# build for testing with minification
./auto/tag/test.sh
# build for production with minification
./auto/tag/release.sh
# build for production and view the bundle analyzer report
npm run build --report
For detailed explanation on how things work, checkout the guide and docs for vue-loader.