1.1.0 • Published 3 years ago
nuxt-cache-data v1.1.0
nuxt-cache-data
Setup
- Add
nuxt-cache-datadependency to your project
yarn add nuxt-cache-data # or npm install nuxt-cache-data- Add
nuxt-cache-datato themodulessection ofnuxt.config.js
{
modules: [
// Simple usage
'nuxt-cache-data',
// With options
['nuxt-cache-data', { /* module options */ }]
]
}Development
- Clone this repository
- Install dependencies using
npm install - Start development server using
npm run dev
License
Copyright (c) exoort exortwot@gmail.com