Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-13T09:38:56.000Z (about 4 years ago)
- Last Synced: 2024-10-12T13:17:03.692Z (3 months 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
```