1.1.17 • Published 10 months ago

@nooku/nuxt v1.1.17

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

nooku Nuxt Module

npm version npm downloads License

Nuxt module for nooku ⚡️

This Nuxt module enables connection and interaction between your nuxt app and nooku.

Quick Setup

  1. Install: Add @nooku/nuxt to your project
# Using npm
npm install -D @nooku/nuxt

# Using pnpm
pnpm add -D @nooku/nuxt
  1. Configure: Add @nooku/nuxt to your Nuxt Integrations array nuxt.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

MIT License

Copyright (c) nooku

1.1.17

10 months ago

1.1.16

10 months ago

1.1.15

10 months ago

1.1.14

11 months ago

1.1.13

11 months ago

1.1.12

11 months ago

1.1.11

11 months ago

1.1.10

11 months ago

1.1.9

12 months ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago