移动版外卖平台
# 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.
分支 | 描述 | 功能点/技术点 |
wangq1 | 项目准备工作 | 图标字体;mock逻辑;导入素材资源、设计稿等 |
wangq2 | 页面骨架开发 | 组件拆分;router;1px边框;加入css reset |
wangq3 | Header组件的开发 | |
wangq4 | Goods组件的开发 |