1.1.21 • Published 1 year ago
@nooku/nuxt v1.1.21
nooku Nuxt Module
This Nuxt module enables connection and interaction between your nuxt app and nooku.
Quick Setup
- Install: Add
@nooku/nuxtto your project
# Using npm
npm install -D @nooku/nuxt
# Using pnpm
pnpm add -D @nooku/nuxt- Configure: Add
@nooku/nuxtto 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
1.1.19
1 year ago
1.1.21
1 year ago
1.1.20
1 year ago
1.1.17
1 year ago
1.1.16
1 year ago
1.1.15
1 year ago
1.1.14
1 year ago
1.1.13
1 year ago
1.1.12
1 year ago
1.1.11
1 year ago
1.1.10
1 year ago
1.1.9
1 year ago
1.1.8
2 years ago
1.1.7
2 years ago
1.1.6
2 years ago
1.1.4
2 years ago
1.1.3
2 years ago
1.1.2
2 years ago
1.1.0
2 years ago
1.0.0
2 years ago