项目描述
- 此项目为外卖 WebApp(SPA)
- 包括商家, 商品, 购物车, 用户等多个子模块
- 使用 Vue 全家桶+ES6+Webpack 等前端技术
- 采用模块化、组件化、工程化的模式开发
# 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