Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/antfu/vite-plugin-remote-assets

Bundles your assets from remote urls with your app
https://github.com/antfu/vite-plugin-remote-assets

vite vite-plugin

Last synced: 5 days ago
JSON representation

Bundles your assets from remote urls with your app

Awesome Lists containing this project

README

        

# vite-plugin-remote-assets

[![NPM version](https://img.shields.io/npm/v/vite-plugin-remote-assets?color=a1b858&label=)](https://www.npmjs.com/package/vite-plugin-remote-assets)

Bundles your assets from remote URLs with your app

```html

```

To

```html

```

## Install

```bash
npm i -D vite-plugin-remote-assets
```

```ts
// vite.config.ts
import RemoteAssets from 'vite-plugin-remote-assets'

export default {
plugins: [
RemoteAssets()
]
}
```

## Sponsors





## License

[MIT](./LICENSE) License © 2021 [Anthony Fu](https://github.com/antfu)