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

2.0.0-rc.14 • Public • Published

@kikiutils/nuxt

npm version npm downloads License Nuxt

Features

To be added.

Quick Setup

  1. Add @kikiutils/nuxt dependency to your project.
# Using pnpm
pnpm add -D @kikiutils/nuxt

# Using yarn
yarn add --dev @kikiutils/nuxt

# Using npm
npm install --save-dev @kikiutils/nuxt
  1. Add @kikiutils/nuxt to the modules section of nuxt.config.ts.
export default defineNuxtConfig({
  // With options
  kikiutilsNuxt: {},
  modules: [
    '@kikiutils/nuxt'
  ]
});

That's it! You can now use session in your Nuxt app ✨.

Development

# Install dependencies
npm install

# Generate type stubs
npm run dev:prepare

# Develop with the playground
npm run dev

# Build the playground
npm run dev:build

Readme

Keywords

none

Package Sidebar

Install

npm i @kikiutils/nuxt

Weekly Downloads

80

Version

2.0.0-rc.14

License

MIT

Unpacked Size

26.1 kB

Total Files

30

Last publish

Collaborators

  • kiki-kanri