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: 5 days 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: 2024-11-26T23:50:50.000Z (15 days ago)
- Last Synced: 2024-12-01T23:38:08.041Z (10 days ago)
- Language: TypeScript
- Homepage: https://hono.dev
- Size: 1.27 MB
- Stars: 134
- Watchers: 7
- Forks: 35
- 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