@nookuio/nuxt
v1.0.8
Published
Nuxt module to connect with nooku
Downloads
493
Maintainers
Readme
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