# XHR Cache Module

Cache application/json api resources and serve it as static resource with Nuxt.js

# Getting Started

If it is first time using this module, reading resources below in order is recommended:

  1. Add xhr cache Module
  2. Add resource
  3. Add custom resource
  4. Customize options
  5. Use $xhrCache plugin
  6. Extend the $xhrCache plugin

# More Resources