https://github.com/denizcdemirci/cacheable
🔥 Axios cache extension demo
https://github.com/denizcdemirci/cacheable
axios axios-extensions axios-plugin cache vue
Last synced: 10 months ago
JSON representation
🔥 Axios cache extension demo
- Host: GitHub
- URL: https://github.com/denizcdemirci/cacheable
- Owner: denizcdemirci
- Created: 2020-09-29T21:53:59.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-31T21:33:25.000Z (almost 5 years ago)
- Last Synced: 2025-06-29T03:12:33.772Z (11 months ago)
- Topics: axios, axios-extensions, axios-plugin, cache, vue
- Language: Vue
- Homepage: https://cacheable.pages.dev
- Size: 136 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cacheable
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).