nuxt-cache-data
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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

Package Sidebar

Install

npm i nuxt-cache-data

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

17.1 kB

Total Files

15

Last publish

Collaborators

  • exoort