Weex Ui
A rich interaction, lightweight, high performance UI library based on Weex.
Demo
Installation
Usage
Before use
In order not to pack all the components, you need use babel-plugin-component
to import specified component.
At the same time, if you don't install babel-preset-stage-0
, also need to install it.
More
- If babel-loader in
webpack.config.js
has a exclude for node_modules, please turn on for week-ui asexclude: /node_modules(?!(\/|\\).*(weex).*)/
. - In order to get the latest features, please focus on the ChangeLog and often update
weex-ui
to the latest. - Many questions can be found from faq and issue list, if you find a new bug, just file a issue.
- More experience in Weex construction can be learned from Weex + Ui - Weex Conf 2018 ,welcome to translate it.
Development
Once it has been compiled, a browser window will be opened automatically. You can switch to developer mode to see the demo. And there will be a QR code that you can use to try the demo on your phone in the console.
Support
- Use Weex Ui in your daily work.
- Star it if you like.
-
Join the chat at dingtalk to help solve weex problems.