1.1.17 • Published 10 months ago
@nooku/nuxt v1.1.17
nooku Nuxt Module
This Nuxt module enables connection and interaction between your nuxt app and nooku.
Quick Setup
- Install: Add
@nooku/nuxt
to your project
# Using npm
npm install -D @nooku/nuxt
# Using pnpm
pnpm add -D @nooku/nuxt
- Configure: Add
@nooku/nuxt
to your Nuxt Integrations arraynuxt.config.{js,ts}
//nuxt.config.js (or) nuxt.config.ts
export default defineNuxtConfig({
modules: [
'@nooku/nuxt',
//...
],
nooku: {
enabled: true // default true
},
//...
})
Now, open your Nuxt project in nooku. ✨
License
Copyright (c) nooku