Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/antfu/vite-plugin-remote-assets
- Owner: antfu
- License: mit
- Created: 2021-04-18T05:12:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-03T13:24:16.000Z (4 months ago)
- Last Synced: 2024-10-16T03:41:25.564Z (19 days ago)
- Topics: vite, vite-plugin
- Language: TypeScript
- Homepage:
- Size: 301 KB
- Stars: 129
- Watchers: 3
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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)