1.0.4 • Published 2 years ago

nuxt3-runtime-compiler-module v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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"]
})