• Stars
    star
    721
  • Rank 62,814 (Top 2 %)
  • Language Vue
  • License
    MIT License
  • Created almost 7 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

基于有赞 vant 组件库的移动商城

移动商城

使用有赞移动端 Vue 组件库 — Vant

本项目可能使用的某些 API 过于老旧, 切勿盲目使用。请以 vant 官网文档为主。

预览Gif图(gif加载较慢,请稍后。。。)

gif

gif

gif

Vue相关库与插件

  • Vue + Vue-router + Vant + Sass
  • axios
  • vee-validate
  • fastclick
  • babel-polyfill
  • @xkeshi/vue-countdown

未使用Vuex, 因为各个页面有较高的独立性. 可以省下Vuex, 少部分组件通信使用 event bus 即可.

店铺信息: sessionStorage

用户信息及token: localStorage

mock数据

#先全局安装 json-server, 如果已经装过可忽略这步
npm install -g json-server

npm run mock

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run serve

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build -- --report