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

https://github.com/ecomfe/ub-ria

RIA base for union business
https://github.com/ecomfe/ub-ria

Last synced: 11 months ago
JSON representation

RIA base for union business

Awesome Lists containing this project

README

          

ub-ria
======

RIA base for union business

## 生成文档

```shell
npm i -g jsdoc
cd {ub-ria}
jsdoc -c doc/conf.json
open doc/api/index.html
```