This project is a collection of all the templates from wepy list
Notice: master branch is for wepy@1.7.x. If you want to update the templates for wepy@2.0.x, please move here: branch 2.0.x
# List all avalible templates
$ wepy list
# List all github opensource projects
$ wepy list --github
# Init a project from templates
# e.g., Init a standard project: wepy init standard myproject
# e.g., Init a github project: wepy init wepyjs/wepy-wechat-demo
$ wepy init ${template-name} myfolder
| Name | Description |
|---|---|
| empty | 空模板 |
| standard | 模认模板,开启了promise、Async Function等 |
| Repository | Stars | Description | Last Updated |
|---|---|---|---|
| wepyjs/wepy-wechat-demo | 415 | wepy仿微信聊天界面 | 2018-11-07T12:18:51Z |
| wepyjs/wepy-weui-demo | 321 | WeUI 在 WePY 中的使用示例,同一份代码可以运行在小程序上和Web上 | 2018-01-06T14:02:02Z |
| brucx/wepy-zanui-demo | 215 | 基于zanui-weapp移植的一套wepy界面框架 | 2018-05-10T08:09:50Z |