1.5.9 • Published 6 months ago

@nookuio/nuxt v1.5.9

Weekly downloads
-
License
MIT
Repository
-
Last release
6 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.5.9

6 months ago

1.5.8

6 months ago

1.5.7

7 months ago

1.5.6

7 months ago

1.5.5

8 months ago

1.5.4

8 months ago

1.5.3

8 months ago

1.5.2

8 months ago

1.5.1

8 months ago

1.5.0

8 months ago

1.4.9

8 months ago

1.4.7

8 months ago

1.4.6

8 months ago

1.4.5

9 months ago

1.4.4

9 months ago

1.4.3

9 months ago

1.4.2

9 months ago

1.4.1

9 months ago

1.4.0

9 months ago

1.3.9

9 months ago

1.3.8

9 months ago

1.3.7

9 months ago

1.3.6

9 months ago

1.3.5

9 months ago

1.3.4

9 months ago

1.3.3

9 months ago

1.3.2

9 months ago

1.3.1

9 months ago

1.3.0

9 months ago

1.2.9

9 months ago

1.2.8

9 months ago

1.2.7

9 months ago

1.2.6

9 months ago

1.2.5

9 months ago

1.2.3

9 months ago

1.2.2

9 months ago

1.2.1

9 months ago

1.2.0

9 months ago

1.1.0

9 months ago

1.0.12

10 months ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago