0.0.11 • Published 7 years ago
quickly-create-miniapp-page v0.0.11
quickly-create-miniapp-page
快速创建小程序页面
Install
$ npm i -g quickly-create-miniapp-pageUsage
Default create page for typescript
$ qcmp pages/home/home # create four files for page/home/home.{ts, json, wxml, wxss}Create page for javascript
$ qcmp pages/java/script -s js # -s abbreviate from --scriptCreate multiple pages
$ qcmp pages/first/page pages/another/pageFor my colleagues
$ qcmp --th pages/suit/page