Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 499 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 499 Bytes

weex-uikit

UI-KIT

http://www.ui.cn/detail/194373.html

How to use

Currently copy the packages folder to your project, then install stylus and stylus-loader into devDependencies。 You can change the styles directly in the .vue file to meet your needs.

Dev steps

  1. clone
git clone [email protected]: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