A Vue.js project
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
For detailed explanation on how things work, checkout the guide and docs for vue-loader.
-
Vue 爬坑之路(一)—— 使用 vue-cli 搭建项目 http://blog.csdn.net/wisewrong/article/details/55212684
-
vue-cli + webpack 多页面实例应用 http://www.cnblogs.com/fengyuqing/p/vue_cli_webpack.html
-
Vue.js2.0 教程:http://www.runoob.com/vue2/vue-tutorial.html
-
Vue2.0 新手入门:http://www.runoob.com/w3cnote/vue2-start-coding.html