@xyz/persist

0.0.3 • Public • Published

persist

npm version npm downloads Github Actions CI Codecov License

Vuex Persisted State for Nuxt.js

📖 Release Notes

Setup

  1. Add persist dependency to your project
yarn add persist # or npm install persist
  1. Add persist to the modules section of nuxt.config.js
{
  modules: [
    // Simple usage
    'persist',

    // With options
    ['persist', { /* module options */ }]
  ]
}

Development

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development server using npm run dev

License

MIT License

Copyright (c) Baker Shamlan root@xyz.dev

Readme

Keywords

none

Package Sidebar

Install

npm i @xyz/persist

Weekly Downloads

2

Version

0.0.3

License

MIT

Unpacked Size

11.2 kB

Total Files

7

Last publish

Collaborators

  • masterde