Skip to content

You can use cookie-universal-nuxt to set, get and remove cookies in both client and server side nuxt apps. cookie-universal-nuxt parse cookies with the popular cookie node module.

Notifications You must be signed in to change notification settings

letuananh1873/cookie-universal-nuxtjs

Repository files navigation

Cookie Universal NuxtJS

npm version npm downloads License Nuxt

My new Nuxt module for doing amazing things.

Features

  • ⛰  Foo
  • 🚠  Bar
  • 🌲  Baz

Quick Setup

  1. Add cookie-universal-nuxtjs dependency to your project
# Using pnpm
pnpm add -D cookie-universal-nuxtjs

# Using yarn
yarn add --dev cookie-universal-nuxtjs

# Using npm
npm install --save-dev cookie-universal-nuxtjs
  1. Add cookie-universal-nuxtjs to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: [
    'cookie-universal-nuxtjs'
  ]
})

That's it! You can now use Cookie Universal NuxtJS 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

# Run ESLint
npm run lint

# Run Vitest
npm run test
npm run test:watch

# Release new version
npm run release

About

You can use cookie-universal-nuxt to set, get and remove cookies in both client and server side nuxt apps. cookie-universal-nuxt parse cookies with the popular cookie node module.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published