Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/litestar-org/vite-plugin
Litestar Adapter for Vite
https://github.com/litestar-org/vite-plugin
Last synced: about 1 month ago
JSON representation
Litestar Adapter for Vite
- Host: GitHub
- URL: https://github.com/litestar-org/vite-plugin
- Owner: litestar-org
- License: other
- Created: 2023-10-28T16:58:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-05T23:21:23.000Z (4 months ago)
- Last Synced: 2024-10-06T02:18:44.464Z (2 months ago)
- Language: TypeScript
- Size: 109 KB
- Stars: 8
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-litestar - `litestar-vite` - A Vite adapter for Litestar. (Resources / Official Resources)
README
# Litestar Vite Plugin
**Notice** This is experimental software
## What is this?
This is a library for Litestar and Vite that makes integration between the the two easier.
For details on usage, use the `litestar-vite` [plugin](https://github.com/cofin/litestar-vite)
## Credit
The team at Laravel have done an incredible job at making it easier to use common JS/TS frameworks with the framework.
This plugin is more than a little inspired by the worker here [Laravel's Vite Integration](https://github.com/laravel/vite-plugin)