Code editor plugin for GrapesJS
npm install @truenorthtechnology/grapesjs-code-editorA plugin to allow users to edit html and css code on GrapesJS.
* CDN
* https://unpkg.com/@truenorthtechnology/grapesjs-code-editor
* NPM
* npm i @truenorthtechnology/grapesjs-code-editor
* GIT
* git clone https://github.com/portablemind/grapesjs-code-editor.git
``html
`
Clone the repository
`sh`
$ git clone https://github.com/portablemind/grapesjs-code-editor.git
$ cd grapesjs-code-editor
Install dependencies
`sh`
$ npm i
The plugin relies on GrapesJS via peerDependencies so you have to install it manually (without adding it to package.json)
`sh`
$ npm i grapesjs --no-save
Start the dev server
`sh``
$ npm start
BSD 3-Clause