Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.