# vue-markdown-editor

![vue-markdown-editor](https://gitlab.com/ren-rocks/vue-markdown-editor/-/raw/develop/public/screenshot.png)

lightweight vue markdown editor component that uses finite state machine model to toggle views and fullscreen windows.

## Contributing
### 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
```
