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
- Host: GitHub
- URL: https://github.com/ecomfe/ub-ria
- Owner: ecomfe
- License: gpl-2.0
- Created: 2014-01-11T11:15:10.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-01-09T08:16:14.000Z (over 9 years ago)
- Last Synced: 2025-05-25T08:05:22.686Z (about 1 year ago)
- Language: JavaScript
- Size: 1.22 MB
- Stars: 94
- Watchers: 21
- Forks: 32
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```