Minimal example using vite Preview:https://carterli.github.io/vue3-ace-editor/ Source:https://github.com/CarterLi/vue3-ace-editor/tree/gh-pages/demo-source Since ace doesn't support SSR, using it with Nuxt can be tricky. You must make sure thatacerelated things are loaded only at clien...
importworkerJsonUrlfrom'ace-builds/src-noconflict/worker-json?url';// For viteimportworkerJsonUrlfrom'file-loader?esModule=false!ace-builds/src-noconflict/worker-json.js';// For webpack / vue-cliace.config.setModuleUrl('ace/mode/json_worker',workerJsonUrl); ...
Minimal example using vite Preview: https://carterli.github.io/vue3-ace-editor/ Source: https://github.com/CarterLi/vue3-ace-editor/tree/gh-pages/demo-source Use it with Nuxt Since ace doesn't support SSR, using it with Nuxt can be tricky. You must make sure that ace related things...
Minimal example using vite Preview:https://carterli.github.io/vue3-ace-editor/ Source:https://github.com/CarterLi/vue3-ace-editor/tree/gh-pages/demo-source Use it with Nuxt Since ace doesn't support SSR, using it with Nuxt can be tricky. You must make sure thatacerelated things are ...