nuxt-content-editor
v1.0.1
Published
Example for a custom editor for `@nuxt/content`
Downloads
6
Readme
nuxt-content-editor
Example for a custom editor for @nuxt/content
Install
- yarn add nuxt-content-editor
- in your nuxt.config.js add
{
content: {
editor: '../../node_modules/nuxt-content-editor/editor.vue'
}
}