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: about 1 month 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-14T10:49:02.000Z (3 months ago)
- Last Synced: 2025-05-11T20:43:00.029Z (about 1 month ago)
- Topics: vite, vite-plugin
- Language: TypeScript
- Homepage:
- Size: 508 KB
- Stars: 142
- Watchers: 2
- Forks: 12
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# vite-plugin-remote-assets
[](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)