Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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