https://github.com/dntzhang/omi-weui
weui elements for omi
https://github.com/dntzhang/omi-weui
omi omi-weui weui
Last synced: 7 months ago
JSON representation
weui elements for omi
- Host: GitHub
- URL: https://github.com/dntzhang/omi-weui
- Owner: dntzhang
- License: mit
- Created: 2017-02-10T01:55:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-23T16:36:28.000Z (over 8 years ago)
- Last Synced: 2025-02-08T22:11:56.023Z (9 months ago)
- Topics: omi, omi-weui, weui
- Language: JavaScript
- Homepage: https://omijs.github.io/omi-weui/
- Size: 564 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# omi-weui
WeUI Components build with Omi(https://github.com/AlloyTeam/omi).
## development
``` js
npm install
npm run dev
```Then open this address [http://127.0.0.1:3000/](http://127.0.0.1:3000/) in your browser.
## build
``` js
npm run dist
```