This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@nooku/nuxt
TypeScript icon, indicating that this package has built-in type declarations

1.1.21 • Public • Published

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

Package Sidebar

Install

npm i @nooku/nuxt

Weekly Downloads

6

Version

1.1.21

License

MIT

Unpacked Size

27.8 kB

Total Files

25

Last publish

Collaborators

  • nooku