Home

Awesome

wepy-template

基于 wepy 的小程序开发模板,此项目为了减少每次新项目的基础代码工作量,此项目 UI 使用 youzan/vant-weapp

截图

<center class="half"> <img src="https://i.loli.net/2020/02/18/YQa9VGS2d6kBI81.png" height="400"/><img src="https://i.loli.net/2020/02/22/a5RGleJ4hyID6uX.png" height="400"/> </center>

安装

git clone https://github.com/Hanson/wepy-template.git my-project
cd my-project
npm install

// 开发环境
npm run dev

// 正式环境
npm run build

功能

to do list

加入优化

此项目代码还有很多优化空间,欢迎一起改进