Socket
Socket
Sign inDemoInstall

@pinia-plugin-persistedstate/nuxt

Package Overview
Dependencies
186
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @pinia-plugin-persistedstate/nuxt

> Nuxt 3 module


Version published
Maintainers
1
Install size
40.9 MB
Created

Readme

Source

@pinia-plugin-persistedstate/nuxt

Nuxt 3 module

🚀 Quickstart

  1. Install with your favorite package manager:

    • pnpm : pnpm i -D @pinia-plugin-persistedstate/nuxt
    • npm : npm i -D @pinia-plugin-persistedstate/nuxt
    • yarn : yarn add -D @pinia-plugin-persistedstate/nuxt
  2. Add the plugin to nuxt config:

export default defineNuxtConfig({
  modules: [
    '@pinia/nuxt', // needed
    '@pinia-plugin-persistedstate/nuxt',
  ]
})

🔧 Configuration

Usage and configuration informations can be found in the documentation

📝 License

Copyright © 2022 Sacha Bouillez.
This project is under MIT license.

FAQs

Last updated on 26 Oct 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc