Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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`.

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
```