Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youngjuning/kityminder-react
React 百度脑图渲染组件
https://github.com/youngjuning/kityminder-react
kityminder react
Last synced: about 2 months ago
JSON representation
React 百度脑图渲染组件
- Host: GitHub
- URL: https://github.com/youngjuning/kityminder-react
- Owner: youngjuning
- License: mit
- Created: 2021-11-14T09:25:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-14T17:58:41.000Z (about 3 years ago)
- Last Synced: 2024-10-02T12:46:10.440Z (3 months ago)
- Topics: kityminder, react
- Language: CSS
- Homepage: http://youngjuning.js.org/kityminder-react/
- Size: 2.14 MB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# kityminder-react
## Getting Started
Install dependencies,
```bash
$ npm i
```Start the dev server,
```bash
$ npm start
```Build documentation,
```bash
$ npm run docs:build
```Build library via `father-build`,
```bash
$ npm run build
```