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
- 增加了错误页面处理
- 使用异步组件和增加组件换成功能
- 新增注册短信验证功能
- 新增登录滑动验证功能
- 新增地址定位和商品搜索功能
- 优化商品购买体验,优化购物车页面
- 新增订单支付功能
- 使用session重写登录逻辑
- 新增用户中心页面
- 修复了下拉刷新可能导致数据重复的bug
- 新增头像上传和修改用户信息功能
- 新增订单管理功能
- 新增商品评价功能
后端项目链接: https://github.com/hp0912/e-commerce2-backend
For a detailed explanation on how things work, check out the guide and docs for vue-loader.