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
For a detailed explanation on how things work, check out the guide and docs for vue-loader.
- 主页展示 √
- 商品列表 √
- 登陆注册 √
- 登录状态的保持和同步 √
- 修改密码 √
- 个人中心 √
- 购物车 √
- 商品详情 √
- 店铺展示 √
- 结算中心 √
- 订单列表 √
todo:
- 每个页面进去之前判断登录状态
- 登录注册的判断有漏洞(数据库无法存入中文)
- 增加购物车中的店铺分类
- 增加一个订单结算页面
- 分页加载