https://github.com/jacob-ebey/vite-plugins
Vite plugins
https://github.com/jacob-ebey/vite-plugins
Last synced: 11 months ago
JSON representation
Vite plugins
- Host: GitHub
- URL: https://github.com/jacob-ebey/vite-plugins
- Owner: jacob-ebey
- Created: 2024-08-18T07:31:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-04T22:59:11.000Z (over 1 year ago)
- Last Synced: 2025-07-04T07:40:05.602Z (12 months ago)
- Language: TypeScript
- Size: 449 KB
- Stars: 27
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vite-plugins
A collection of Vite plugins that I've created and use. Hope they help you out!
## Plugins
## [@jacob-ebey/vite-cloudflare-plugin](packages/vite-cloudflare/README.md)
A vite plugin that enables local development of Cloudflare Workers using Vite.
## [@jacob-ebey/vite-bridged-assets-plugin](packages/vite-bridged-assets/README.md)
A vite plugin that enables server environments to import asset URLs from the browser environment.
## Examples
- [Cloudflare D1](examples/d1/README.md) - A simple example of using the `@jacob-ebey/vite-cloudflare-plugin` to develop a Cloudflare Worker locally with D1 bindings.
- [Cloudflare Durable Object WebSocket](examples/durable-object-websocket/README.md) - An example of using the `@jacob-ebey/vite-cloudflare-plugin` to develop a Cloudflare Worker locally with Durable Object bindings and WebSockets.
- [Cloudflare Hono](examples/hono/README.md) - An example of using the `@jacob-ebey/vite-cloudflare-plugin` to develop a Cloudflare Worker locally with Hono.
- [Cloudflare Origin Server](examples/origin-server/README.md) - An example of using the `@jacob-ebey/vite-cloudflare-plugin` to develop a Cloudflare Worker locally with passthrough to a Node.js origin server.
- [Cloudflare R2](examples/r2/README.md) - An example of using the `@jacob-ebey/vite-cloudflare-plugin` to develop a Cloudflare Worker locally with R2 bindings.
- [React Bridge Assets](examples/react/README.md) - An example of using the `@jacob-ebey/vite-cloudflare-plugin` and `@jacob-ebey/vite-bridged-assets-plugin` to develop a Cloudflare Worker with React.
- [React Router](examples/react-router/README.md) - An example of using the `@jacob-ebey/vite-cloudflare-plugin` to develop a Cloudflare Worker and DurableObject with React Router.