Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/etiennemarais/vue-markdown-to-mjml-editor
Vue Editor to convert markdown into MJML and render the result
https://github.com/etiennemarais/vue-markdown-to-mjml-editor
bulma markdown-editor mjml mjml-to-html vue-cli-3 vuejs
Last synced: about 5 hours ago
JSON representation
Vue Editor to convert markdown into MJML and render the result
- Host: GitHub
- URL: https://github.com/etiennemarais/vue-markdown-to-mjml-editor
- Owner: etiennemarais
- Created: 2019-05-20T16:46:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T00:01:09.000Z (almost 2 years ago)
- Last Synced: 2023-12-17T03:41:57.810Z (11 months ago)
- Topics: bulma, markdown-editor, mjml, mjml-to-html, vue-cli-3, vuejs
- Language: Vue
- Size: 10.5 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-markdown-to-mjml-editor
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn start
```### Compiles and minifies for production
```
yarn run build
```### Lints and fixes files
```
yarn run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).