# taro-mall **Repository Path**: hadoopGit/taro-mall ## Basic Information - **Project Name**: taro-mall - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 33 - **Created**: 2020-01-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # taro-mall 电商项目模版 #### 介绍 这是一个使用 [taro](https://taro.aotu.io/) 搭建的商场模版,可以在这基础上进行快速开发。 #### 功能 - 商城首页 ![商城首页](https://images.gitee.com/uploads/images/2019/1205/110509_1ae93101_961785.jpeg "home.jpg") #### 安装教程 1. npm install #### 使用说明 小程序无法使用本地资源,首先开启本地静态资源服务,发布的时候再改为正式的静态服务地址; 1. npm run assetsServe 2. npm run dev:weapp # 或者 npm run dev:h5 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request