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
For detailed explanation on how things work, checkout the guide and docs for vue-loader.
跟着教程做的一个vue的电商项目,使用到vue-router,vue-resource等,后台是假后台mock,数据存放到db.json当中