# vue-shop **Repository Path**: cqdmd/vue-shop ## Basic Information - **Project Name**: vue-shop - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-12-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-shop > 本项目是基于vue2最新实战项目,`vue2 +vue-router2 + es6 +webpack` 参考了`爱鲜蜂`,是适合新手进阶的绝佳教程。后台项目地址[weixin-shop-spring-cloud](https://github.com/chengzhx76/weixin-shop-spring-cloud) **** > * 喜欢的请Star,fork这些是我坚持下去的动力 > * 本项目后台地址[weixin-shop-spring-cloud](https://github.com/chengzhx76/weixin-shop-spring-cloud) ## 构建步骤 ``` bash # 安装依赖 npm install # 开发模式启动 npm run dev # 打包 npm run build # build for production and view the bundle analyzer report npm run build --report ```