/wepy-templates

Templates collection

Primary LanguageJavaScriptMIT LicenseMIT

WePY Templates

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

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 385 wepy仿微信聊天界面 2018-08-10T08:53:52Z
wepyjs/wepy-weui-demo 291 WeUI 在 WePY 中的使用示例,同一份代码可以运行在小程序上和Web上 2018-01-06T14:02:02Z
brucx/wepy-zanui-demo 197 基于zanui-weapp移植的一套wepy界面框架 2018-05-10T08:09:50Z

Links

Contributing

License MIT