一个weex的UI组件库
https://erguotou520.github.io/weex-uikit/
UI规范参考 http://www.ui.cn/detail/194373.html
由于weex
限制较多,建议拷贝packages
目录到自己的项目中来使用。另外demo中存在一些不在packages
目录里的组件,
它们位于demo/src/components
目录下,主要是一些业务组件,这些组件在使用时也请复制到自己的项目中。
除此之外你还需要安装stylus
和stylus-loader
来实现css的加载,命令为npm i stylus stylus-loader -D
,
如果你需要修改样式,请直接修改.vue
文件里的源码。具体使用方法请参考下面的文档和demo。
- clone
git clone git@github.com:erguotou520/weex-uikit.git
- install dependencies
cd weex-uikit
npm i
- run demo
npm run demo:dev
- debug
npm run demo:debug