A Vue.js project
为了方便前后端管理,我就直接把后台的代码直接放进来了,就是gshop-server文件夹
# 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 a detailed explanation on how things work, check out the guide and docs for vue-loader.