oak-weui
v0.0.1-beta.0
Published
A Wechat App UI Lib.
Downloads
2
Readme
OAKUI
A Wechat App UI Lib.
Development
get start
$ git clone [email protected]:yh-yunchuang-fe/oak.git
$ cd oak
$ npm install
$ npm start
$ git clone [email protected]:yh-yunchuang-fe/oak.git
$ cd oak
$ npm install
$ npm start
// docs start
$ npm run docs:dev
build
// component build
$ npm run build
// docs build & publish
$ npm run docs
new
-d
指定创建目录,以src/
为根目录
$ npm run new -- --p {page} --d pags/ // 创建页面
$ npm run new -- --c {component} --d components/cms // 创建组件
批量创建页面(组件),-c
, -p
后传入多个页面(组件)以 ,
区分
$ npm run new -- --c channel,channel-item --d components/cms
TODO
- [x] Icon
- [x] Button
- [ ] Text
- [ ] Tips
- [x] Feeds
- [ ] List
- [ ] Avatar
- [ ] From
- [ ] SearchBar
- [ ] Tabs
- [x] Loading
- [ ] Tags
License
MIT © YongHui