Currently, I am integrating VUE JS into Laravel and would like to incorporate a block editor using this package. I have included the import statement as follows:
import Editor from 'vue-editor-js'
. However, upon running the command npm run dev
, it throws an error stating Module not found: Error: Can't resolve 'vue-editor-js'
, despite the package being present in the node_module folder. Your assistance in resolving this issue would be greatly appreciated.
In addition, I am open to suggestions for alternative block editor plugins in VUE JS that are more similar to WordPress Gutenberg. Any recommendations would be helpful.