Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/limjiechao/markmap-playground
A playground to create mindmap from Markdown for personal use
https://github.com/limjiechao/markmap-playground
Last synced: about 2 months ago
JSON representation
A playground to create mindmap from Markdown for personal use
- Host: GitHub
- URL: https://github.com/limjiechao/markmap-playground
- Owner: limjiechao
- Created: 2020-04-18T11:35:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:43:35.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T14:20:40.007Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://markmap-playground.netlify.app
- Size: 1.87 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# markmap
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).