2.0.0-rc.21 • Published 9 months ago

@kikiutils/nuxt v2.0.0-rc.21

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@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
2.0.0-rc.21

9 months ago

2.0.0-rc.19

11 months ago

2.0.0-rc.17

12 months ago

2.0.0-rc.18

12 months ago

2.0.0-rc.20

11 months ago

2.0.0-rc.16

1 year ago

2.0.0-rc.15

1 year ago

2.0.0-rc.14

1 year ago

2.0.0-rc.13

1 year ago

2.0.0-rc.12

1 year ago

2.0.0-rc.11

1 year ago

2.0.0-rc.10

1 year ago

2.0.0-rc.9

1 year ago

2.0.0-rc.7

1 year ago

2.0.0-rc.8

1 year ago

2.0.0-rc.5

1 year ago

2.0.0-rc.6

1 year ago

2.0.0-rc.3

1 year ago

2.0.0-rc.4

1 year ago

2.0.0-rc.2

2 years ago

2.0.0-rc.0

2 years ago

2.0.0-rc.1

2 years ago

2.0.0-alpha.6

2 years ago

2.0.0-alpha.5

2 years ago

2.0.0-alpha.4

2 years ago

2.0.0-alpha.3

2 years ago

2.0.0-alpha.2

2 years ago

2.0.0-alpha.1

2 years ago

2.0.0-alpha.0

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago