Skip to content

erguotou520/weex-uikit

Repository files navigation

weex-uikit

一个weex的UI组件库

Demo

https://erguotou520.github.io/weex-uikit/

UI-KIT

UI规范参考 http://www.ui.cn/detail/194373.html

How to use

由于weex限制较多,建议拷贝packages目录到自己的项目中来使用。另外demo中存在一些不在packages目录里的组件, 它们位于demo/src/components目录下,主要是一些业务组件,这些组件在使用时也请复制到自己的项目中。 除此之外你还需要安装stylusstylus-loader来实现css的加载,命令为npm i stylus stylus-loader -D, 如果你需要修改样式,请直接修改.vue文件里的源码。具体使用方法请参考下面的文档和demo。

Document

Document

Dev steps

  1. clone
git clone git@github.com:erguotou520/weex-uikit.git
  1. install dependencies
cd weex-uikit
npm i
  1. run demo
npm run demo:dev
  1. debug
npm run demo:debug