DeprecatedThis package is deprecated
nuxt3-runtime-compiler-module
Module for Nuxt 3 enabling the runtime compiler for both SSR and client.
Currently compatible with nuxt^3.0.0-rc.1 and nuxt^3.0.0-rc.2
Installation
Add the module to nuxt config file:
nuxt.config.ts
export default defineNuxtConfig({
modules: ["nuxt3-runtime-compiler-module"]
})