https://github.com/chentoday/vue-jsmind
A Vue.js Mindmap Component
https://github.com/chentoday/vue-jsmind
jsmind vue
Last synced: 11 months ago
JSON representation
A Vue.js Mindmap Component
- Host: GitHub
- URL: https://github.com/chentoday/vue-jsmind
- Owner: chentoday
- Created: 2020-03-20T05:17:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T06:16:33.000Z (over 3 years ago)
- Last Synced: 2023-02-26T22:29:21.589Z (over 3 years ago)
- Topics: jsmind, vue
- Language: Vue
- Homepage:
- Size: 242 KB
- Stars: 10
- Watchers: 2
- Forks: 10
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-jsmind
> A Vue.js Component ( base on [jsmind](https://github.com/hizzgdev/jsmind ) )
English | [简体中文](README.zh-CN.md)
# Install
```bash
yarn add vue-jsmind #or npm install vue-jsmind
```
# Quick Start
```js
import Vue from 'vue'
import jm from 'vue-jsmind'
Vue.use(jm)
```
# Use
```html
```
## Props
- [values](https://github.com/hizzgdev/jsmind/blob/master/docs/en/1.usage.md#12-data-format)
- [options](https://github.com/hizzgdev/jsmind/blob/master/docs/zh/2.options.md)
- [ref](https://github.com/hizzgdev/jsmind/blob/master/docs/zh/3.operation.md#jsmind-%E5%AF%B9%E8%B1%A1) is mounted [jsmind API](https://github.com/hizzgdev/jsmind/blob/master/docs/zh/3.operation.md#jsmind-%E5%AF%B9%E8%B1%A1)
# Use Example
```bash
git clone git@github.com:chentoday/vue-jsmind.git
yarn #or npm install
yarn run dev #or npm run dev
```
## Result
