Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fengxinming/vite-plugins
Some custom plugins for vitejs.
https://github.com/fengxinming/vite-plugins
vite vite-plugins
Last synced: 3 days ago
JSON representation
Some custom plugins for vitejs.
- Host: GitHub
- URL: https://github.com/fengxinming/vite-plugins
- Owner: fengxinming
- License: mit
- Created: 2021-07-22T12:08:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-28T07:42:19.000Z (3 months ago)
- Last Synced: 2024-12-13T16:51:21.588Z (10 days ago)
- Topics: vite, vite-plugins
- Language: TypeScript
- Homepage: https://fengxinming.github.io/vite-plugins/
- Size: 490 KB
- Stars: 70
- Watchers: 3
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vite-plugins
> Some custom plugins for vitejs.
## English | [中文](./README_zh_CN.md)
## Plugins
* [vite-plugin-combine](packages/vite-plugin-combine) - Combines specified files to produce a single master file.
* [vite-plugin-cp](packages/vite-plugin-cp) - Copies files to a specified directory.
* [vite-plugin-external](packages/vite-plugin-external) - Provides a way of excluding dependencies from the runtime code and output bundles.
* [vite-plugin-hook-use](packages/vite-plugin-hook-use) - Displays the sequence and frequency of vite calling its hook functions.
* [vite-plugin-include-css](packages/vite-plugin-include-css) - build css into individual js files instead of using css links.
* [vite-plugin-mock-data](packages/vite-plugin-mock-data) - Provides a simple way to mock data.
* [vite-plugin-reverse-proxy](packages/vite-plugin-reverse-proxy) - Makes the script to be served with the text/javascript MIME type instead of module MIME type.