https://github.com/youngjuning/kityminder-react
React 百度脑图渲染组件
https://github.com/youngjuning/kityminder-react
kityminder react
Last synced: about 1 year ago
JSON representation
React 百度脑图渲染组件
- Host: GitHub
- URL: https://github.com/youngjuning/kityminder-react
- Owner: youngjuning
- License: mit
- Created: 2021-11-14T09:25:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-14T17:58:41.000Z (over 4 years ago)
- Last Synced: 2025-04-19T19:48:01.545Z (about 1 year ago)
- Topics: kityminder, react
- Language: CSS
- Homepage: http://youngjuning.js.org/kityminder-react/
- Size: 2.14 MB
- Stars: 8
- Watchers: 2
- 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
```