0.0.3 • Published 3 years ago

@xyz/persist v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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