##关于 这是一个vue koa移动端商城的项目,主要是学了koa之后想结合vue做个项目实践一下,不太难,不算复杂
##技术栈 vue+webpack+koa+MongoDB+vantui
##接口 我用的nodemon 启动nodejs项目,还可以用 PM2 cd service nodemon index.js
# 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.