nuxt-cache
v0.0.1-alpha
Published
nuxt cache
Readme
Nuxt Cache Module
Features
✓ Caching API Data
Setup
- Add
nuxt-cachedependency using yarn or npm to your project - Add
nuxt-cachetomodulessection ofnuxt.config.js
{
modules: [
// Simple usage
'nuxt-cache',
// With options
['nuxt-cache', { test: /\/api/ }],
]
}