Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.58 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.58 KB

WePY Templates

This project is a collection of all the templates from wepy list

Notice: master branch is for [email protected]. If you want to update the templates for [email protected], please move here: branch 2.0.x

Usage

# 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

Template List

Name Description
empty 空模板
standard 模认模板,开启了promise、Async Function等

Github Project

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

Links

Contributing

License MIT