• Stars
    star
    184
  • Rank 209,187 (Top 5 %)
  • Language Vue
  • Created about 7 years ago
  • Updated about 7 years ago

Reviews

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

Repository Details

微信商城VUE版本 - 后端weixin-shop-spring-cloud

vue-shop

本项目是基于vue2最新实战项目,vue2 +vue-router2 + es6 +webpack 参考了爱鲜蜂,是适合新手进阶的绝佳教程。后台项目地址weixin-shop-spring-cloud


构建步骤

# 安装依赖
npm install

# 开发模式启动
npm run dev

# 打包
npm run build

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