Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/honojs/vite-plugins
Vite Plugins for Hono
https://github.com/honojs/vite-plugins
Last synced: 1 day ago
JSON representation
Vite Plugins for Hono
- Host: GitHub
- URL: https://github.com/honojs/vite-plugins
- Owner: honojs
- Created: 2023-09-06T08:00:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-09T07:52:56.000Z (10 days ago)
- Last Synced: 2025-01-14T03:05:55.399Z (5 days ago)
- Language: TypeScript
- Homepage: https://hono.dev
- Size: 1.36 MB
- Stars: 149
- Watchers: 7
- Forks: 37
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - honojs/vite-plugins - Vite Plugins for Hono (TypeScript)
README
# Vite Plugins for Hono
This is a monorepo managing Vite Plugins for Hono.
## Available Plugins
- [@hono/vite-dev-server](./packages/dev-server/)
- [@hono/vite-build](./packages/build/)
- [@hono/vite-ssg](./packages/ssg/)## How to contribute
The specific flow is as follows
1. Fork this repository.
2. Write your plugins.
3. Create the pull request.We use [changesets](https://github.com/changesets/changesets) to manage releases and CHANGELOG.
Run the following command at the top level to describe any changes.```sh
yarn changeset
```## Authors
- Yusuke Wada
## License
MIT