Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 922 Bytes

File metadata and controls

41 lines (30 loc) · 922 Bytes

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.