New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

oak-weui

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oak-weui

A Wechat App UI Lib.

latest
Source
npmnpm
Version
0.0.1-beta.0
Version published
Maintainers
1
Created
Source

OAKUI

A Wechat App UI Lib.


Development

get start

$ git clone git@github.com:yh-yunchuang-fe/oak.git
$ cd oak
$ npm install
$ npm start
$ git clone git@github.com: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

  • Icon
  • Button
  • Text
  • Tips
  • Feeds
  • List
  • Avatar
  • From
  • SearchBar
  • Tabs
  • Loading
  • Tags

License

MIT © YongHui

Keywords

wechat

FAQs

Package last updated on 13 Jun 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts