1.1.0 • Published 2 years ago

nuxt-cache-data v1.1.0

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

nuxt-cache-data

npm version npm downloads Github Actions CI Codecov License

📖 Release Notes

Setup

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

    // With options
    ['nuxt-cache-data', { /* module options */ }]
  ]
}

Development

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

License

MIT License

Copyright (c) exoort exortwot@gmail.com