https://github.com/sarahdayan/markdown-editor-vue-xstate
A Markdown editor in Vue.js and XState
https://github.com/sarahdayan/markdown-editor-vue-xstate
Last synced: 7 months ago
JSON representation
A Markdown editor in Vue.js and XState
- Host: GitHub
- URL: https://github.com/sarahdayan/markdown-editor-vue-xstate
- Owner: sarahdayan
- Archived: true
- Created: 2020-02-16T01:18:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-16T13:49:40.000Z (over 4 years ago)
- Last Synced: 2024-11-03T02:32:17.110Z (about 1 year ago)
- Language: CSS
- Homepage: https://nifty-yalow-295db4.netlify.com
- Size: 2.6 MB
- Stars: 27
- Watchers: 1
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome_xstate - GitHub - a Markdown Editor in Vue.js and XState
README
# markdown-editor-vue-xstate
> A Markdown Editor in Vue.js and XState

## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```