nuxt-monaco-editor icon indicating copy to clipboard operation
nuxt-monaco-editor copied to clipboard

Integrate monaco-editor with Nuxt

Results 16 nuxt-monaco-editor issues
Sort by recently updated
recently updated
newest added

With Nuxt 4 on the horizon, this updates the module compatibility definition to allow it to be installed on Nuxt v4. (Otherwise Nuxt will indicate the module might not be...

component not loaded !! ` ` ![image](https://github.com/e-chan1007/nuxt-monaco-editor/assets/37814393/6333a100-583a-4a7d-82fb-4d5f01557508)

Is there any way I can highlight the background color of any line? Appreciate if you can share some sample code.

At nuxt.config.ts, it reslove type schema from config item `exports types` by the tsconfig `"moduleResolution": "Bundler"` ![image](https://github.com/e-chan1007/nuxt-monaco-editor/assets/74761884/b527e1ab-8569-4764-99f7-3fc81b8f3aeb) ![image](https://github.com/e-chan1007/nuxt-monaco-editor/assets/74761884/51ed5a58-4beb-4ad4-8a67-5f145308119a)

Previous versions of `@nuxt/module-builder` produced incorrect types for files in the `runtime/` directory. Specifically, a `.d.ts` declaration paired with a `.mjs` file. This isn't correct - it should be either...

Hi! And thanks a lot for your module. I noticed that activate this module in a new fresh nuxt app will break test in nuxt environnement. The step to reproduce...