An open API service indexing awesome lists of open source software.

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

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
```