https://github.com/winston0410/snowpack-plugin-prefetch-data
A plugin to help you save API response as JSON during `snowpack build`.
https://github.com/winston0410/snowpack-plugin-prefetch-data
snowpack snowpack-plugin
Last synced: over 1 year ago
JSON representation
A plugin to help you save API response as JSON during `snowpack build`.
- Host: GitHub
- URL: https://github.com/winston0410/snowpack-plugin-prefetch-data
- Owner: winston0410
- Created: 2020-12-13T05:51:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-13T09:38:56.000Z (over 5 years ago)
- Last Synced: 2025-02-11T14:57:46.775Z (over 1 year ago)
- Topics: snowpack, snowpack-plugin
- Language: JavaScript
- Homepage:
- Size: 191 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# snowpack-plugin-prefetch-data
A plugin to help you save API response as JSON during `snowpack build`.
This is particularly useful for Static Site Generator and reducing requests from being sent to server.
## Installation
```
npm install snowpack-plugin-prefetch-data
```
```
yarn add snowpack-plugin-prefetch-data
```