z808z / vue-grapesjs

Example on how to use Vue in GrapesJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project setup

git clone https://github.com/Patrick-Spiegel/vue-grapesjs.git
cd vue-grapesjs
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

Vue-GrapesJS

This project is an example of how to use Vue components in the Grapes Editor. Entry point is the Grapes.vue file where the grapes plugin is initialized. The plugin is heavily inspired by the grapes-mjml plugin by artf.

Demo

You can preview the demo on codesandbox.

Edit grapes-vue-minimal

Dependencies

  • GrapesJS (0.14.25)
  • Vue (2.5.16)
  • Vue-Router (3.0.1)
  • Vuetify (1.0.19)

License

This software is licensed as MIT.

About

Example on how to use Vue in GrapesJS

License:MIT License


Languages

Language:JavaScript 61.6%Language:Vue 33.3%Language:HTML 5.1%