Skip to content

gaollard/vue-ynow

Repository files navigation

咸鸭APP

让闲置回归价值~

数据表

  • 用户表 注册/登录/修改用户信息
  • 商品表 增加/删除/修改/查询
  • 品牌表 增加/删除/修改/查询
  • 分类表 增加/删除/修改/查询
  • 商品收藏表 增加/删除/查询
  • 签到流水表 增加/查询
  • 积分表 增加/查询
  • 收货地址表 增加/删除/修改/查询
  • 商品留言表 增加/删除/查询

Build Setup

# 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 a detailed explanation on how things work, check out the guide and docs for vue-loader.