Track Awesome Vite Updates Daily
⚡️ A curated list of awesome things related to Vite.js
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 vitejs/awesome-vite · ⭐ 11K · 🏷️ Front-End Development
Sep 20, 2023
Get Started
- create-awesome-node-app (⭐24) - Scaffolding your project choosing between different templates.
Templates / React
- vite-react-ts-shadcn-starter (⭐0) - Template for creating
React 18
SPA apps withTypeScript
,React Router
,Tailwind CSS
,Shadcn UI
,React Query
,ESLint
,Prettier
,Stylelint
,Husky
,React-i18next
,Transmart
.
- template-tauri-vite-react-ts-tailwind (⭐0) - Template for Tauri + React + Typescript + TailwindCSS + Prettier + ESLint build-in.
Framework-agnostic Plugins / Integrations
- vite-plugin-dynamic-proxy (⭐0) - Automatically configure reverse proxies based on URL parameters.
Framework-agnostic Plugins / Testing
- vite-plugin-doctest (⭐17) - Documentation testing for Vitest.
Sep 15, 2023
Framework-agnostic Plugins / Bundling
- vite-plugin-cdn2 (⭐39) - Replace module with CDN.
Sep 11, 2023
Get Started
- bati (⭐20) - Scaffolding a Vike project.
Framework-agnostic Plugins / Bundling
- vite-plugin-node-polyfills (⭐116) - Polyfill Node's Core Modules for browser environments.
Sep 08, 2023
Templates / Vue 3
- antd-vue3-admin (⭐3) - A starter template based on Vue3, Vite4, TS5 and Ant-Design-Vue4.
Framework-agnostic Plugins / Integrations
- vite-plugin-remix (⭐12) - Seamless integration of the Remix/Remixjs framework.
Frameworks / Community
- vite-plugin-vercel (⭐52) - Vercel adapter.
Sep 07, 2023
Templates / Vue 3
- vue3-quick-start (⭐3) - Building an engineered Vue 3 project, integrated with
Vite
+Vue3
+TypeScript
+ESLint
+Prettier
+Commitizen
+Husky
+LintStaged
+CommitLint
+AutoImport
+ReleaseIt
.
Framework-agnostic Plugins / Integrations
- vite-plugin-meta-env (⭐2) - Define dynamic env variables in import.meta.env.
Framework-agnostic Plugins / Loaders
- vite-plugin-php (⭐1) - Load and process PHP-entry files instead of default index.html.
Framework-agnostic Plugins / Bundling
- vite-plugin-singlefile (⭐507) - Inline all JavaScript and CSS resources directly into the final
dist/index.html
file.
Framework-agnostic Plugins / Transformers
- unplugin-inject-preload (⭐0) - Inject
<link rel="preload">
to yourindex.html
based on your build assets.
Sep 04, 2023
Framework-agnostic Plugins / Integrations
- vite-plugin-json-server (⭐0) - A seamless integration of JSON Server library.
Framework-agnostic Plugins / Loaders
- unplugin-vue-images (⭐1) - Use the image resource as a component.
Framework-agnostic Plugins / Bundling
- unplugin-zip-pack (⭐0) - Zip your dist with filter function support.
Framework-agnostic Plugins / Transformers
- vite-plugin-html-injection (⭐3) - Inject HTML, JavaScript and CSS code snippets into the
index.html
.
Framework-agnostic Plugins / Helpers
- vite-plugin-module-list (⭐2) - Automatically import the modules found in a specified folder.
Vue / Integrations
@vitejs/plugin-vue (⭐297) - Official Vue 3 support.
React / Routing
- generouted (⭐629) - Client-side type-safe file-based routing and global modals — supports layouts, loaders, code-splitting and more.
React / SSG
- vite-react-ssg (⭐7) - Static-site generation for React.
Solid / Routing
- generouted (⭐629) - Client-side type-safe file-based routing and global modals — supports layouts, loaders, code-splitting and more.
Aug 31, 2023
Templates / React
- vite-react-ssr-boost-template (⭐10) - Template for creating
React 18
SSR/SPA apps withTypeScript
,Mobx
,React Router
,Head Manager
, Suspense, Streaming. Also included CI/CD,ESLint
,Prettier
,Stylelint
,Husky
,Semantic Release
.
Libraries / Community
- vite-ssr-boost (⭐25) - Server side rendering library for create awesome app based on
react-router
.
Aug 30, 2023
Framework-agnostic Plugins / Integrations
- @storybook/builder-vite (⭐80k) - Storybook builder.
- @builder.io/partytown (⭐12k) - Relocate resource intensive third-party scripts off of the main thread and into a web worker.
Aug 29, 2023
Templates / Vanilla
- vite-vanilla-js-template (⭐3) - Starter template ESlint, Prettier, PostCSS, Nesting, Autoprefixer, CSS Nano, CSS Reset.
Aug 01, 2023
Vue / Routing
vite-plugin-vue-routes (⭐0) - File-based routing, similar to SvelteKit and Next.js App Router.
Fastify / Integrations
- vite-plugin-fastify (⭐2) - Fastify plugin for Vite with Hot-module Replacement.
Fastify / Routing
- vite-plugin-fastify-routes (⭐0) - File-based routing, similar to SvelteKit and Next.js App Router.
Jul 31, 2023
Templates / React
- vite-react_best_practices-template (⭐94) - Template for creating React apps with TypeScript following best practices: Unit and end-to-end tests, Continuous Integration, and linting.
Templates / Svelte
- template-vite-svelte-ts-tailwind (⭐4) - Svelte + TypeScript + Tailwind CSS + Prettier.
Framework-agnostic Plugins / Integrations
- vite-plugin-dc (⭐1) - Integration with @dvgis/dc-sdk library.
- vite-plugin-react-mpa (⭐1) - An out-of-the-box MPA.
- vite-plugin-cloudflare-functions (⭐19) - Cloudflare pages function integration.
Framework-agnostic Plugins / Bundling
- vite-plugin-copy-dts (⭐29) - Merge declare module and declare global to target d.ts.
Framework-agnostic Plugins / Transformers
- vite-plugin-turbo-console (⭐37) - Enhance the readability of
console.log()
.
Framework-agnostic Plugins / Helpers
- vite-plugin-cli-copy (⭐1) - Start the project and automatically copy the terminal's network URL.
Vue / Ecosystem
vite-plugin-i18n-autoimport (⭐1) - Auto import i18n config file for components.
Frameworks / Community
- @fastify/fastify-dx (⭐917) - Allowing you to serve static or live (SSR).
ASP.NET Core / Community
- Vite.AspNetCore (⭐107) - Integration with ASP.NET Core projects.
Apps/Websites / Community
- vite-run (⭐49) - Multiple configuration execution support for vite, freely combining configurations like stacked blocks.
Jul 08, 2023
Framework-agnostic Plugins / Integrations
- vite-plugin-auto-mpa-html (⭐0) - A file directory-based automated multi-page build plugin that supports HTML templates using EJS.
Framework-agnostic Plugins / Loaders
- vite-plugin-thumbhash (⭐6) - Load and transform images using ThumbHash.
Vue / Helpers
vite-plugin-vue-devtools (⭐1.4k) - Designed to enhance the Vue developer experience.
Jul 06, 2023
Templates / Vanilla
- vite-tinybase (⭐1) - Starter template for TinyBase.
- vite-tinybase-ts (⭐1) - Starter template for TinyBase and TypeScript.
Templates / Vue 3
- antdv-pro (⭐285) - AntdvPro is a complete set of enterprise-level mid-backend front-end/design solutions based on Vue3, Vite4, ant-design-vue4, Pinia, UnoCSS and Typescript.
Templates / React
- create-react-app-vite (⭐99) - React, TypeScript, TailwindCSS, MSW, Vitest, React Testing Library, ESLint, Prettier, GitHub Actions.
- vite-tinybase-react (⭐0) - Starter template for TinyBase and React.
- vite-tinybase-ts-react (⭐4) - Starter template for TinyBase, TypeScript, and React.
Framework-agnostic Plugins / Integrations
- @spiriit/vite-plugin-svg-spritemap (⭐6) - Pack your SVG files in one spritemap file and use them with
<svg>
/<img>
and directly in your CSS.
Framework-agnostic Plugins / Bundling
- vite-plugin-css-injected-by-js (⭐249) - Takes the CSS and adds it to the page through the JS.
Framework-agnostic Plugins / Helpers
- vite-plugin-global-const (⭐2) - Define constants for reuse of your code.
Vue / Routing
unplugin-vue-router (⭐859) - Official experimental file based routing.
Libraries / Community
- vue-ssr (⭐7) - Minimalistic wrapper to develop and run SSR powered Vue apps.
Jul 05, 2023
Vue / Helpers
vite-plugin-vue-nested-sfc (⭐90) - Nest SFCs inside your SFC.
Jun 30, 2023
TYPO3 CMS / Community
- vite-asset-collector for TYPO3 (⭐8) - Integration for TYPO3 CMS.
Jun 07, 2023
Framework-agnostic Plugins / Transformers
- vite-plugin-generate-html (⭐1) - Define separate output files for JavaScript and CSS bundles.
Vue / Integrations
@vitejs/plugin-vue-jsx (⭐297) - Official Vue 3 JSX support.
@vitejs/plugin-vue2 (⭐484) - Official Vue 2 support.
@vitejs/plugin-vue2-jsx (⭐45) - Official Vue 2 JSX support.
React / Official
- @vitejs/plugin-react (⭐359) - Official React support that uses Babel.
- @vitejs/plugin-react-swc (⭐547) - Official React support that uses SWC.
May 31, 2023
Templates / React
- react-vite-tailwindcss-template (⭐4) - React, JavaScript, TailwindCSS, ESlint, Prettier, Pre-commit.
May 24, 2023
Vue / Transformers
vite-plugin-vue-css-modules (⭐8) - Implicit usage of CSS Modules for template and script SFC tags with static replacement.
Angular / Integrations
- @nxext/angular-vite (⭐1) - A plugin that uses SWC to compile Angular modules.
May 04, 2023
Templates / Vue 3
- vue3-ts-pinia-vant (⭐57) - Vue3, Vue Router, Pinia, Composition API, TypeScript, Vant4, VueUse, Axios, SocketIO, PostCSS, ESlint, Prettier, Husky, Lint-staged, Mock, Amap, QQ Login, Alipay Sandbox, Eruda, CI/CD, Vercel, Mobile Project.
Templates / Solid
- vitesse-lite-solid (⭐5) - Lightweight Vite Starter Template for SolidJS.
Framework-agnostic Plugins / Integrations
- vite-plugin-svg-spritemap (⭐12) - Generates a SVG spritemap from multiple .svg files.
Framework-agnostic Plugins / Transformers
- vite-plugin-leader-line (⭐0) - Add default export to leader-line.
Apr 03, 2023
Framework-agnostic Plugins / Integrations
- unplugin-config (⭐6) - Configuration file generator for web apps, allowing external customization of global variables without repackaging.
Framework-agnostic Plugins / Helpers
- vite-plugin-vitepress-auto-sidebar (⭐26) - Automatically generates sidebar data by scanning directories, based on vitepress.
Django / Community
- django-vite-plugin (⭐37) - Integration for Django applications including vite plugin.
Mar 24, 2023
Framework-agnostic Plugins / Integrations
- unplugin-fonts (⭐214) - Load font from Typekit, Google Fonts, Fontsource or your own custom one.
Frameworks / Community
- Vise (⭐14) - SSR framework with server hooks.
Mar 20, 2023
Framework-agnostic Plugins / Integrations
- vite-plugin-gitlab-flow (⭐5) - View the deployment information for the code in the console.
Framework-agnostic Plugins / Bundling
- vite-plugin-clean (⭐9) - Remove or Clean your build folder(s).
Framework-agnostic Plugins / Helpers
- vite-plugin-find-image-duplicates (⭐3) - Find if there are duplicate images in your project when building it.
- @froxz/vite-plugin-s3 (⭐12) - Allows you to upload files to S3.
Mar 14, 2023
Templates / Vue 3
- vite-vue-lib-template (⭐7) - Vue 3, Eslint, Prettier, Conventional Commit, Pre-commit, Lint-staged, Semantic-release, TypeScript.
Solid / Integrations
- vite-plugin-solid-svg (⭐46) - Import SVG files as Solid.js Components.
Mar 10, 2023
Templates / Vue 3
- vite-plugin-style-vw-loader (⭐1) - A loader that can convert the style px in the vue tag to vw.
Mar 06, 2023
Templates / React
- vite-react-ts-template (⭐46) - React 18, TypeScript, ESlint, Prettier, Dev Container, Vitest, Storybook, Playwright, MSW, React Router 6, React Query, Chakra UI, Zustand.
Mar 03, 2023
Templates / React
- vite-react-ts-tailwind-template (⭐5) - React, TypeScript, ESLint, Prettier, Husky, Vitest for specs, and Tailwind + CSS Modules.
Feb 28, 2023
Templates / Vue 3
- vite-plugin-vue-sfc-in-js (⭐26) - Vue SFC syntax in JS files, allows to create multiple components in a single .js file.
Templates / Electron
- vite-plugin-doubleshot (⭐61) - For building Node.js backend or Electron main process.
Framework-agnostic Plugins / Integrations
- vite-plugin-target (⭐5) - Electron, Node.js, etc.
Framework-agnostic Plugins / Loaders
- vite-plugin-importmap (⭐3) - I call this SASS at the code level.
Vue / Transformers
vite-plugin-vue-preview (⭐28) - Code preview for Vue SFC in Markdown, supports online editing.
Feb 27, 2023
Templates / Vanilla
- vite-phaser-ts (⭐12) - Starter template with Phaser and Typescript.
Templates / Vue 3
- vite-plugin-ssr-vue3-ts-compositionAPI-i18n-fetchData (⭐0) - Vue3 + Typescript + CompositionAPI + i18n + fetchData.
Templates / Others
- vite-vanilla-ts-knockout (⭐5) - Starter template for Knockout.js, TypeScript.
Framework-agnostic Plugins / Integrations
- vite-plugin-multiple (⭐4) - Allow multiple Vite to run simultaneously.
Framework-agnostic Plugins / Bundling
- vite-plugin-no-bundle (⭐33) - Generate unbundled code for use with native ESM or other bundlers.
Framework-agnostic Plugins / Helpers
- vite-plugin-isomorphic-import (⭐1) - Allows you to configure whether to import modules on the server-side or client-side.
Feb 07, 2023
Framework-agnostic Plugins / Helpers
- vite-plugin-image-placeholder (⭐4) - Generate placeholder images by path matches.
Feb 03, 2023
Templates / React
- template-vite-react-ts-tailwind (⭐19) - React + TypeScript + Tailwind CSS + Eslint + Prettier.
Feb 01, 2023
Framework-agnostic Plugins / Loaders
- vite-plugin-gltf (⭐106) - Load, transform, optimize, and compress glTF 3D files.
Jan 26, 2023
Templates / Vanilla
- docker-vitejs-tailwind-handlebars (⭐4) - Starter template for TailwindCSS and Handlebars (Docker Compose).
Templates / React
- vite-reactts18-chakra-jest-husky (⭐44) - React 18, TypeScript, Chakra UI, Jest, ESLint, Prettier, Husky.
Jan 23, 2023
Templates / Vanilla
- vite-tailwind - Starter template for Tailwindcss.
Node.js / Community
- vite-express (⭐258) - Integration for Express web apps.
Jan 20, 2023
Framework-agnostic Plugins / Helpers
- vite-plugin-shortcuts (⭐8) - Add additional customized shortcut key population.
Jan 18, 2023
Framework-agnostic Plugins / Transformers
- Vite-plugin-haxe (⭐2) - Use Haxe when targeting JS, transforming
.hxml
.
Jan 17, 2023
Templates / React
- leo-react-app (⭐3) - React + SASS | Template for React applications with SASS boilerplate for consistent interfaces.
Framework-agnostic Plugins / Integrations
- vite-plugin-graphql-server (⭐6) - Bootstrap a local GraphQL server for testing and documentaion.
Framework-agnostic Plugins / Helpers
- vite-plugin-auto-alias (⭐4) - Automatically generate alias based on path.
Open Source / Community
- Compiiile (⭐95) - Preview or host folders containing Markdown files with full-text search and presentation slides.
Jan 16, 2023
Templates / React
- vite-mui-ts (⭐30) - React + TypeScript + Redux + Material UI + RRD + ESLint + Prettier.
Framework-agnostic Plugins / Integrations
- Vite-plugin-graphiql (⭐5) - Integration for GraphiQL IDE.
Framework-agnostic Plugins / Bundling
- vite-plugin-image-optimizer (⭐128) - Optimize (compress) your image assets using Sharp.js and SVGO at build time.
Jan 13, 2023
Templates / Vue 3
- vite-vue-h5-app (⭐10) - Vite 3 + Vue 3.2 + TypeScript + Vant mobile applications.
- vulcan (⭐10) - The template for mobile application. Vite, Vue 3, TypeScript, Sass, i18n, Vitest&Cypress, Pinia, APIs&Mock, ESLint, Prettier, auto-importing.
Framework-agnostic Plugins / Integrations
- vite-plugin-qiniu-oss (⭐6) - Upload the production files bundled in the project to qiniu OSS, except for HTML.
- vite-plugin-stylelint (⭐19) - Runs Stylelint synchronously/asynchronously.
Framework-agnostic Plugins / Loaders
- vite-plugin-remark-rehype - Loads and transform markdown files using the unified ecosystem.
Framework-agnostic Plugins / Bundling
- unplugin-imagemin (⭐110) - High performance compressed Picture based on squoosh and sharp.
Framework-agnostic Plugins / Helpers
- vite-plugin-entry-shaking (⭐45) - Mimic tree-shaking behaviour when importing code from an entry file in development mode.
Dec 24, 2022
Templates / React
- react-xs-admin (⭐9) - The background management system template developed based on React18 + ReactRouteV6 + Vite + And Design + ReactIntl + ReactRedux + Emulation.
Laravel / Community
- Laravel Vite Plugin (⭐672) - Laravel official plugin for Vite.
Dec 20, 2022
Templates / Vue 3
- ultimate-vite-ts-less-template (⭐6) - Vue 3, TypeScript, Less, i18n, Vitest, Vitepress, lodash, Axios, Pinia, Built-in logger, Built-in Input Validators, env files.
Templates / Solid
- vitesse-solid (⭐48) - Opinionated Vite + SolidJS Starter Template. Includes TypeScript, ESLint, Prettier, UnoCSS, HopeUI and more.
Framework-agnostic Plugins / Helpers
- vite-plugin-api (⭐11) - Generate route mapping for API Routes services from the directory tree.
React / Helpers
- vite-plugin-react-click-to-component (⭐17) - Uses Vite's launch middleware to enable alt+click to go to component.
Solid / Integrations
- vite-plugin-solid-markdown (⭐7) - Compile markdown files to Solid components.
Dec 14, 2022
Templates / Vue 3
- ionic-vue-vite (⭐1) - Vue 3 + Vue Router + Vite + Ionic.
- ionic-vue-pnpm-monorepo (⭐2) - Vue 3 + Vue Router + Vite + Ionic + pnpm monorepo.
- ionic-vue-pnpm-express-monorepo (⭐2) - Frontend: Vue 3 + Vue Router + Vite + Ionic, Backend: express + pnpm monorepo.
- ionic-vue-capacitor (⭐4) - Vue 3 + Vue Router + Vite + Ionic + Capacitor + pnpm monorepo.
Framework-agnostic Plugins / Helpers
- vite-plugin-mock-dev-server (⭐61) - Mock server for development, support CJS/ESM/JSON, auto-importing file and HMR.
Dec 13, 2022
Get Started
- create-nx-workspace (⭐19k) - Scaffolding a Nx + React + Vite + Vitest.
Templates / React
- react-vite-template (⭐16) - A react project template.
Framework-agnostic Plugins / Transformers
- vite-plugin-optimize-css-modules (⭐14) - Generate the smallest possible CSS-Classes when CSS-Modules are used.
Dec 12, 2022
Templates / Vue 3
- vue-xs-admin (⭐60) - Based on Vue3, Vite3 ElementPlus, TypeScript, Pinia, VueRouter.
- vue-component-template (⭐20) - Vue 3, TSX, ESLint, Prettier.
Templates / Electron
- vite-electron-plugin (⭐51) - High-performance, esbuild-based Vite Electron plugin.
Framework-agnostic Plugins / Loaders
- vite-plugin-svgo (⭐15) - Load SVGs as plain string and transform with SVGO library.
Framework-agnostic Plugins / Transformers
- vite-plugin-css-export (⭐17) - Export variables from CSS to JavaScript, and support nested rules.
Framework-agnostic Plugins / Helpers
- vite-plugin-externals-extension (⭐5) - External links plugin which supports ESM and UMD.
Vue / Ecosystem
unplugin-vue-i18n (⭐205) - Integration for Vue I18n.
Preact / Presets
- @preact/preset-vite (⭐206) - Preact preset. HMR, automatic Preact inject, removal of DevTools in prod.
Nov 24, 2022
Templates / Solid
- vite-solid (⭐5) - Vite + Solid starter template.
Framework-agnostic Plugins / Integrations
- vite-plugin-assemblyscript-asc (⭐15) - AssemblyScript integration with full support for HMR, ESM import bindings, and source maps.
Framework-agnostic Plugins / Bundling
- unplugin-compression (⭐10) - Compress dist to zip, tar, taz.
Framework-agnostic Plugins / Transformers
- vite-plugin-version-mark (⭐25) - Automatically use
package version
/git commit
/custom
to be inserted into your project as a unique identifier for the project version.
Framework-agnostic Plugins / Testing
- vitest-preview (⭐273) - Visual debugging experience for Vitest.
Vue / Loaders
unplugin-svg-component (⭐27) - Load SVG files as a Vue component, supporting svg file HMR and Typescript intelligence prompt.
React / Helpers
- vite-plugin-react-inspector (⭐135) - Jump to local IDE source code while click the element of browser.
Nov 16, 2022
Templates / Vue 3
- vite-vue3-bootstrap-ts-vitest-starter (⭐3) - Vue 3 + TypeScript + Vite + Bootstrap Vue 3 + Vitest.
Templates / React
- vite-plugin-react-views (⭐17) - Create routes automatically based on File System.
Templates / Electron
- Vutron (⭐110) - Electron + Vite + Vue 3 + Pinia (TypeScript) template.
Framework-agnostic Plugins / Helpers
- vite-plugin-debug (⭐4) - Base on specific url parameters dynamically enables mobile web page debugging.
Framework-agnostic Plugins / Testing
- cypress-vite (⭐62) - Run Cypress specs using Vite.
Oct 25, 2022
Framework-agnostic Plugins / Transformers
- vite-plugin-setting-css-module (⭐3) - Implementing CSS-Modules with vite modularity rules. Don't need create
xxx.module.css
.
Oct 21, 2022
Templates / Vanilla
- vite-tailwind-nojs-starter (⭐33) - NoJS Tailwind CSS starter template.
Templates / Vue 3
- vite-vue-js-starter-template (⭐90) - Vite + Vue3 + JavaScript + Vue Router + Pinia + TDesign + ESLint + Stylelint + Prettier Simple Template.
Oct 17, 2022
Templates / Vue 2
- vite-vue2-js-starter-template (⭐56) - Vite + Vue2 + JavaScript + Vue Router + Vuex + Axios + Less + ESLint + Stylelint + Prettier Simple Template.
Oct 13, 2022
Framework-agnostic Plugins / Integrations
- tailwindcss-vite-plugin (⭐30) - Tailwind CSS integration.
Oct 11, 2022
Templates / Electron
- Vitron (⭐10) - Build beautiful (win, linux, mac) desktop apps for modern web projects with vite and electron.
Framework-agnostic Plugins / Helpers
- vite-plugin-patch-env (⭐7) - Patch environment variables from the system into Vite.
- vite-plugin-conditional-compile (⭐37) - Conditional compilation syntax based on environment variables.
Oct 10, 2022
Framework-agnostic Plugins / Bundling
- vite-plugin-cp (⭐40) - Copy files after building bundles.
Framework-agnostic Plugins / Helpers
- vite-plugin-external (⭐40) - Provides a way of excluding dependencies from the runtime code and output bundles.
- vite-plugin-mock-data (⭐40) - Provides a simple way to mock data.
- vite-plugin-reverse-proxy (⭐40) - Sometimes we have to redirect scripts on production environment to debug and solve problems, the plugin will transform the script to be served with the
text/javascript
MIME type tomodule
MIME type.
Oct 09, 2022
Templates / Vue 3
- vite-vue-box (⭐51) - Vite + Vue 3 + Ts + TailWindCss + VueHook Plus + Pinia + Axios + ESLint + Stylelint.
Oct 07, 2022
Templates / Electron
- electron-vue-template (⭐390) - Electron template with TypeScript, including Electron Builder.
Oct 05, 2022
Templates / React
- template-vite-react (⭐118) - A minimal React Vite starter template.
Framework-agnostic Plugins / Transformers
- @vituum/vite-plugin-handlebars (⭐3) - Handlebars template engine support, transforms
.hbs
templates to.html
.
- @vituum/vite-plugin-pug (⭐4) - Pug template engine support, transforms
.pug
templates to.html
.
- @vituum/vite-plugin-nunjucks (⭐5) - Nunjucks template engine support, transforms
.njk
templates to.html
.
- @vituum/vite-plugin-liquid (⭐3) - Liquid template engine support, transforms
.liquid
templates to.html
.
- @vituum/vite-plugin-twig (⭐15) - Twig template engine support, transforms
.twig
templates to.html
.
- @vituum/vite-plugin-latte (⭐1) - Latte template engine support, transforms
.latte
templates to.html
.
- @vituum/vite-plugin-posthtml (⭐6) - PostHTML support, transforms syntax to
.html
.
- @vituum/vite-plugin-juice (⭐2) - Juice support, transforms
.css
to inline styles in.html
.
Sep 22, 2022
Templates / Vue 3
- vue-vite-tw-ts (⭐11) - Vue 3 + Vite + Vitest + Cypress E2E + Naive UI + Pinia + Vue Router.
Open Source / Community
- Vituum (⭐224) - Wrapper around Vite with predefined config, integrations and template engines.
Sep 21, 2022
Templates / React
- vite-reactts18-eslint-tailwindcss (⭐18) - React 18 + TypeScript + ESLint + TailwindCSS.
Open Source / Community
- IslandJS (⭐366) - Static site generator base on islands architecture.
Sep 19, 2022
Framework-agnostic Plugins / Integrations
- vite-plugin-virtual-mpa (⭐66) - Out-of-box MPA plugin, with html template engine and virtual files support, which generate multiple files using only one template.
Sep 15, 2022
Framework-agnostic Plugins / Bundling
- vite-plugin-zip-pack (⭐17) - Pack distribution/build folder into a zip file.
Sep 12, 2022
Templates / React
- viterjs-template (⭐26) - React + JavaScript + Redux + Material UI + Axios + ESLint + Prettier.
- vite-react-universal-template (⭐26) - React18 + TypeScript +
react-router-dom
+ Mobx + ESlint + Prettier+Husky, and APIs auto importing.
Sep 06, 2022
Framework-agnostic Plugins / Integrations
- vite-plugin-bullet-msg (⭐3) - Get the target strings in you source code and show them in browser(or handle them yourself).
Sep 04, 2022
Framework-agnostic Plugins / Helpers
- vite-plugin-validate-env (⭐108) - Validate your environment variables at build time. Never forget an environment variable again.
Sep 03, 2022
Framework-agnostic Plugins / Transformers
- vite-plugin-document (⭐7) - Use
Document.tsx
as html template.
Aug 31, 2022
Framework-agnostic Plugins / Integrations
- vite-plugin-env-switch (⭐5) - Switch project env and restart vite server without command line operation.
- vite-plugin-msg-log (⭐0) - Log the msg you want to confirm frequently (like env info) when HMR.
Aug 29, 2022
Flask / Community
- Flask-Vite - Integration with Flask.
Aug 25, 2022
Framework-agnostic Plugins / Bundling
- vite-plugin-zip-file (⭐11) - Compress files or folders into zip.
Framework-agnostic Plugins / Helpers
- vite-plugin-browserslist-useragent (⭐10) - Compile browserslist query to a RegExp to test browser useragent.
Aug 24, 2022
Templates / Vanilla
- vite-tailwind-stimulus-starter (⭐8) - Starter template for Tailwind CSS and Stimulus controllers.
Aug 23, 2022
Templates / React
- react-vite-ts-boilerplate (⭐75) - React 18, TypeScript, SCSS, ESLint, Prettier, Vitest.
Aug 17, 2022
Templates / React
- react-pipeline (⭐4) - React 18 + TS + AntD + GitHub Pages + Tailwind + Sass + React Router DOM + ESLint.
Aug 14, 2022
Templates / React
- Varsarr (⭐20) - React, Typescript, Styled-Components, Recoil, React-Query, Axios, Absolute imports.
Aug 11, 2022
Get Started
- create-vite-app (⭐172) - Scaffolding Your Out Of The Box Vite Project.
Aug 10, 2022
Templates / Vue 2
- vitify-admin (⭐98) - Vuetify admin starter template with full TypeScript support and intellisense of Vuetify components.
Framework-agnostic Plugins / Integrations
- vite-plugin-mpa-plus (⭐71) - More flexible MPA (multi-page application) supports html templates, path rewriting.
- vite-plugin-print-urls (⭐7) - Vite hmr and page reload will print server urls.
Aug 08, 2022
Templates / React
- vite-mern-template (⭐40) - React 18 + TypeScript + Vite + Redux Toolkit + ESLint + React Router DOM + Axios + React Icons + React Toastify + Express + Mongoose.
Aug 07, 2022
Templates / React
- vite-react-ts-ghactions-template (⭐39) - React, TypeScript, Vitest + React Testing Library, GitHub Actions + GitHub Pages, ESLint, Prettier, Husky, Commitlint.
Aug 04, 2022
Templates / Vue 3
- vitequality (⭐9) - Vue 3 + Typescript + Vue Router + Pinia + Eslint + Jest + Cypress.
Framework-agnostic Plugins / Integrations
- vite-plugin-jspm (⭐52) - Resolves dependencies independently from CDN providers using import maps and es-module-shims.
Aug 02, 2022
Framework-agnostic Plugins / Bundling
- vite-plugin-build (⭐51) - Transform the whole folder in library mode.
Jul 30, 2022
Templates / React
- React Starter Kit (⭐22k) - Jamstack, React, React Router, Material UI, Firebase Auth, TypeScript, ESLint, Prettier, Jest, GitHub Actions.
DDEV / Community
- ddev-viteserve (⭐29) - Add-on for running Vite in the PHP-oriented dev environment DDEV.
Jul 29, 2022
Templates / Vue 3
- vue-ts-starter (⭐44) - Vue3 + TypeScript + Vite + Pinia.
Framework-agnostic Plugins / Integrations
- vite-plugin-browser-sync (⭐24) - BrowserSync.
Jul 28, 2022
Laravel / Community
- Laravel Livewire Plugin (⭐6) - Enable hot reloading of Laravel Livewire components without losing state.
CodeIgniter / Community
- codeigniter-vite (⭐59) - Integration for CodeIgniter.
Jul 26, 2022
Templates / React
- VRTTV (⭐39) - React + TypeScript + TailwindCSS + ESLint + Prettier + Husky + Conventional Commits + Gitmoji + GitHub Actions + Vercel Deploy.
Jul 25, 2022
Shopify / Community
- vite-plugin-shopify (⭐131) - Integration for Shopify themes.
Jul 20, 2022
Templates / React
- stravital (⭐24) - TypeScript, Git Hooks, Commitizen, Lint Staged, TailwindCSS.
Framework-agnostic Plugins / Bundling
- vite-plugin-importus (⭐19) - Modularly import plugin, compatible with antd, lodash, material-ui and so on.
Framework-agnostic Plugins / Transformers
- vite-plugin-html-inject (⭐28) - Split the
index.html
into smaller reusable pieces.
Symfony / Community
- Vite Bundle (⭐141) - Integration for Symfony.
Jul 19, 2022
Templates / React
- ViteRC (⭐35) - React 18 + TypeScript + ESLint (Airbnb) + Prettier + Husky + Jest + Absolute imports + Commit linting.
Jul 15, 2022
Official Resources
Templates / React
- Viterts (⭐30) - React + TypeScript + Redux + React Router + Jest + ESLint + Airbnb + Prettier + SASS.
Framework-agnostic Plugins / Loaders
- vite-plugin-glsl (⭐225) - Import shader file chunks.
Framework-agnostic Plugins / Transformers
- vite-plugin-html-env (⭐76) - Injection of environment variables in
index.html
.
Apps/Websites / Community
- pointer-lock-movement (⭐12) - A pointer lock movement manager for customizing your own creative UI.
Jul 13, 2022
Templates / Vue 3
- vue3-powerbuild (⭐12) - Vue 3 + TypeScript + Tailwind CSS + Vite + Storybook + ESLint + Prettier.
Framework-agnostic Plugins / Helpers
- vite-plugin-autogeneration-import-file (⭐6) - Automatically generates import file.
Jul 12, 2022
Framework-agnostic Plugins / Integrations
- vite-plugin-multi-pages (⭐15) - Multi Pages Support,can build src/pages anyPage,can set prefixName.
- vite-plugin-html-template-mpa (⭐9) - Multi Pages Common template support.
- vite-plugin-vconsole-mpa (⭐4) - Multi Pages Vconsole supports,simple config.
Jul 11, 2022
Templates / Petite-Vue
- vite-petite-vue-starter (⭐13) - Starter template.
Framework-agnostic Plugins / Helpers
- vite-plugin-web-update-notification (⭐228) - Detect webpage updates and notify user to reload. support vite and umijs.
Framework-agnostic Plugins / Testing
- vitest (⭐10k) - A Vite-native test framework.
Jul 08, 2022
Vue / Helpers
vite-plugin-vue-static-sfc (⭐1) - Serve ".vue" files as static assets.
Jul 05, 2022
Open Source / Community
- Ladle (⭐2.2k) - Tool for developing and testing component stories powered by Vite and React.
Jul 04, 2022
Framework-agnostic Plugins / Integrations
- vite-plugin-tencent-oss (⭐8) - Upload the production files bundled in the project to Tencent OSS, except for HTML.
Jul 01, 2022
Templates / Electron
- vite-plugin-electron-renderer (⭐73) - Support use Node.js API in Electron-Renderer.
Apps/Websites / Community
- react-keyboard-navigator (⭐22) - A suite of React components and hook for selecting from sibling components through the keyboard.
Jun 30, 2022
OctoberCMS / Community
- Vitewind (⭐11) - Integration for OctoberCMS.
Jun 28, 2022
Templates / Elm
- vite-elm-spa (⭐11) - An unopinionated template for building Elm single page applications.
Jun 27, 2022
Templates / Vue 2
- vite-vue2-ts-template-starter (⭐8) - Vite + Vue2 + Typescript + Vuex + Vue-router + Axios + Sass Simple Template.
Framework-agnostic Plugins / Testing
- vitest-mock-extended (⭐94) - Type safe mocking extensions for Vitest.
Jun 23, 2022
Templates / Vue 3
- vue3-vant-mobile (⭐321) - Vite + Vue3 + Vant4 + Pinia + Vue-Router4 + TypeScript Mobile Template.
Jun 22, 2022
Vue / Transformers
vite-plugin-md-preview (⭐150) - Markdown code preview.
Jun 18, 2022
Framework-agnostic Plugins / Integrations
- vite-plugin-optimizer (⭐25) - Manually Pre-Bundling.
- vite-plugin-esmodule (⭐23) - Build ES module to CommonJs module for Node.js.
Jun 16, 2022
Open Source / Community
- Nhost (⭐7k) - Nhost is an Open Source Firebase Alternative with GraphQL.
Jun 15, 2022
Templates / Elm
- elm_vite_tailwind_template (⭐26) - Opinionated template for building Elm web apps using Tailwind CSS and Daisy UI.
Frameworks / Community
- Rakkas (⭐964) - React framework inspired by Next.js and SvelteKit.
May 31, 2022
Framework-agnostic Plugins / Helpers
- vite-plugin-cem (⭐18) - Generates
custom-elements.json
manifest for describing custom elements.
May 29, 2022
Framework-agnostic Plugins / Transformers
- vite-plugin-head (⭐7) - Modify, add, delete
Metadata
in the head element.
May 27, 2022
Libraries / Community
- vavite (⭐354) - A tool for developing and building server-side applications with live reloading capabilities.
May 24, 2022
Templates / Electron
- electron-vite-vue (⭐3.1k) - Electron + Vite + Vue template.
- electron-vite-react (⭐1.2k) - Electron + Vite + React template.
- electron-vite-boilerplate (⭐193) - Support SerialPort, SQLite3 and node C/C++ addons.
- electron-vite-quick-start (⭐51) - Full stack uses Vite to run Electron application, including main process.
- electron-vite-template (⭐307) - Electron 13, Vue 3 and TypeScript. Make your desktop development easier.
- fast-vite-electron (⭐128) - Vue3 + Vite + Electron with esbuild.
- fast-vite-nestjs-electron (⭐178) - Vue3 + Vite + Electron + Nestjs with esbuild.
- vite-plugin-electron-quick-start (⭐33) - Template for Electron projects.
- vite-electron-builder (⭐2k) - Electron apps using Vite for both back and front-end, with automatic releases.
- vite-reactts-electron-starter (⭐246) - React, Tailwind CSS, TypeScript and Electron.
- Vitectron (⭐13) - TypeScript & JSX + Vue 3.x + Vite 2.x + Pinia 2.x + Vue-Router 4.x.
Framework-agnostic Plugins / Bundling
- vite-plugin-progress (⭐187) - Display with progress bar when building.
May 20, 2022
Framework-agnostic Plugins / Transformers
- @modyfi/vite-plugin-yaml (⭐39) - Transform YAML files to ESM with schema validation and error reporting.
May 16, 2022
Get Started
- create-electron-vite (⭐99) - Scaffolding Your Electron + Vite Project.
Framework-agnostic Plugins / Transformers
- vite-plugin-unocss-to-uni (⭐11) -
UnoCSS
inuni-app
.
May 15, 2022
Framework-agnostic Plugins / Integrations
- vite-plugin-resolve (⭐13) - Custom resolve module content.
- vite-plugin-dynamic-import (⭐142) - Enhance Vite builtin dynamic import.
- vite-plugin-commonjs (⭐68) - A pure JavaScript implementation for CommonJs.
Rust / Community
- create-rust-app (⭐1.3k) - Integration for Rust web apps.
May 13, 2022
Templates / React
- Viact (⭐38) - React + TypeScript + ESLint + Prettier + Support RTL + mock REST API Viact + Storybook, ErrorBoundary, UnoCss and more.
May 12, 2022
Vue / Routing
v-route-generate (⭐8) - A tool to generate routes.
May 11, 2022
Templates / React
- react-vite-ssr (⭐24) - Mobx, Typescript, Eslint, Stylelint, Husky, Lint-staged and Commitlint.
May 08, 2022
Framework-agnostic Plugins / Bundling
- vite-plugin-copy-files (⭐8) - Move files to the location of the corresponding package directory.
May 05, 2022
Templates / Vanilla
- vite-vanilla-ts-lib-starter (⭐196) - Starter for library (CJS, ESM, IIFE) with TypeScript, ESLint, Stylelint, Prettier, Jest, Husky + lint-staged.
Framework-agnostic Plugins / Integrations
- vite-plugin-webfont-dl (⭐193) - Downloads and injects webfonts (Google Fonts) to improve website's performance.
- vite-plugin-babel-compiler (⭐23) - The plugin works with Babel compiler.
May 04, 2022
Templates / Vue 3
- vue-vite-ssr (⭐24) - Typescript, Eslint, Stylelint, Husky, Lint-staged and Commitlint.
May 01, 2022
Templates / Vue 3
- vue-hbs-admin (⭐113) - Admin starter template based on
Vite
+Vue3
+TypeScript
+Vue-Router4
+Pinia
+Unocss
+Ant-design-vue
+Auto imports
.
- vite-vue-proste (⭐13) - Pinia + Typescript + Vue-Router4 + Vitest + Vue-Test-Utils + Vue-Query + Sass + ESLint + Stylelint + Prettier +
project presets
.
Apr 25, 2022
Templates / Vue 3
- ViTauri (⭐43) - Vite + Tauri + Vue3 + TS + Vue-Router4 + Auto imports.
Apr 21, 2022
Templates / Vue 3
- vue3-pc-template (⭐20) - Vite + ElementPlus + Vue3 + TS + Vue-Router4 + Vuex4 + Vue-use + Vue-i18n PC Template.
Apr 20, 2022
Templates / React
- vite-react-ts-minimal-template (⭐24) - React + TypeScript + Airbnb ESLint + Prettier + Husky.
Apr 19, 2022
Templates / React
- React-PWA (⭐396) - React v18, TypeScript, Vite, React Router v6, MUI v5, Recoil, PWA, Eslint, Prettier, Husky, lint-staged, https localhost and more.
Templates / Others
- chrome-ext-template-preact-windi-vite (⭐51) - Preact, Windi CSS, TypeScript, Prettier, ESLint, GitHub Actions and Chrome Extension Manifest v3.
Framework-agnostic Plugins / Integrations
- vite-plugin-mp (⭐19) - Configure multi-pages applications and code splitting.
Framework-agnostic Plugins / Loaders
- vite-plugin-xml-loader (⭐12) - Loads xml file as JSON.
Apr 18, 2022
Templates / React
- vite-rtk-query (⭐93) - React, TypeScript, Redux Toolkit, RTK Query, TailwindCSS, MSW, Jest, React Testing Library, ESLint, Prettier.
Framework-agnostic Plugins / Integrations
- vite-plugin-dynamic-import-module (⭐20) - Support for dynamic import module with variables.
Apr 15, 2022
Templates / React
- vite-ant-design-pro (⭐73) - React + antd + ProComponents + ReactQuery + ReactRouter6.
- vite-react-proste (⭐13) - React + TypeScript +
react-router-dom
+ Recoil + SASS + Testing Library +react-query
+ ESLint + Stylelint + Prettier.
Apr 14, 2022
Electron / Integrations
- electron-vite (⭐1.5k) - An Electron CLI integrated with Vite.
Apr 11, 2022
Templates / React
- chrome-extension-boilerplate-react-vite (⭐915) - React + TypeScript + SASS + Prettier + ESLint + GitHub Actions + Chrome Extension Manifest v3.
Apr 08, 2022
Go / Community
- vite-go (⭐152) - Integration for Golang web apps.
Apr 06, 2022
Framework-agnostic Plugins / Integrations
- vite-plugin-electron (⭐435) - Integrate Vite and Electron.
Apr 04, 2022
Templates / React
- reactjs-vite-tailwindcss-boilerplate (⭐317) - React 18, TypeScript, Vitest, Testing Library, TailwindCSS 3, Eslint and Prettier.
Apr 02, 2022
Electron / Presets
- vite-plugin-electron-config (⭐8) - Electron plugin for Vite, support for main process, renderer process and preload script.
Apr 01, 2022
Framework-agnostic Plugins / Helpers
- vite-plugin-qrcode (⭐95) - Show QR code on server start.
Mar 31, 2022
Apps/Websites / Community
- Preview.js - An IDE extension to instantly preview React, Vue 2 and Vue 3 components.
Mar 30, 2022
Framework-agnostic Plugins / Loaders
- vite-plugin-import-rewriter (⭐3) - Rewriter the import based on conditions.
Mar 28, 2022
Templates / Vue 3
- vivu-npm (⭐41) - Starter template to build component library.
Mar 26, 2022
Templates / Vue 3
- vue-admin-box (⭐1.5k) - Admin template, based on Vue 3 + Element-plus.
Mar 25, 2022
Templates / Vue 3
- Vue Naive (⭐986) - Admin template, base on Vue 3 + Pinia + Naive UI.
Framework-agnostic Plugins / Transformers
- vite-plugin-load-css-module (⭐17) - Support custom regexp of css modules and use vite internal css plugin, not just
.module.xxx
.
Mar 21, 2022
Templates / Vue 3
- vite-vue-ts-tailwind-v3 (⭐7) - Starter template for Vue3 + Typescript + TailwindCSS and
prettier-plugin-tailwindcss
build-in.
Templates / React
- vite-react-ts-tailwind-v3 (⭐22) - Starter template for React + Typescript + TailwindCSS and
prettier-plugin-tailwindcss
build-in.
- vite-react-starter (⭐52) - React + ESLint + Prettier + SASS + Emotion + TailwindCSS + Jest + Testing Library.
Vue / Helpers
vite-plugin-vue-inspector (⭐562) - Jump to local IDE source code while click the element of browser.
Mar 18, 2022
Open Source / Community
- Hathora (⭐524) - Multiplayer game framework.
Mar 14, 2022
Templates / Vue 3
- vite-boot (⭐164) - Vite + Vue3 + TypeScript + Vue-Router4 + Pinia + Tailwind CSS + VueUse Template.
Mar 13, 2022
Framework-agnostic Plugins / Transformers
- vite-plugin-remain-exports (⭐2) - Remaining exports from the entry file that imported by html.
Framework-agnostic Plugins / Helpers
- vite-plugin-file-mock (⭐6) - File system based local mock plugin.
Mar 11, 2022
Framework-agnostic Plugins / Helpers
- vite-plugin-simple-vconsole (⭐5) - A debug console view inside your app to make mobile debugging easier, for both SPA and MPA.
Mar 10, 2022
Templates / Vue 3
- vue3-tailwind3-website-starter - Vue3 / Vite / TailwindCSS website starter template, with guides on each page.
Mar 09, 2022
Framework-agnostic Plugins / Transformers
- @import-meta-env/unplugin (⭐126) - Inject environment variables into the
import.meta.env
object after building the application instead of statically replacing it during production.
Framework-agnostic Plugins / Helpers
- vite-plugin-live-reload (⭐65) - Live reloading.
Feb 25, 2022
Framework-agnostic Plugins / Bundling
- vite-plugin-static-copy (⭐167) - Copy files and folders.
Feb 24, 2022
Get Started
- create-vitawind (⭐135) - Scaffolding for TailwindCSS project.
Templates / Vanilla
- vite-vanilla-tailwind-v3 (⭐37) - Starter template for Tailwindcss and prettier-plugin-tailwindcss build-in.
Templates / Vue 3
- Vitawind Creator - Create TailwindCSS project rapidly.
Framework-agnostic Plugins / Loaders
- vite-plugin-image-presets (⭐224) - Define presets to automatically create and optimize responsive images.
Feb 23, 2022
Templates / Vue 3
- vue3-ts-vite-vitest-todo (⭐10) - Vue 3 / TypeScript / Vite / Vitest with full tests / Composition API / Pure TS/TSX.
Templates / Vue 2
- vite-vue2-ts-starter (⭐29) - Vue2 TypeScript starter template using vue-property-decorator, vue-router, Vuex.
Templates / Svelte
- SvelteKit (⭐16k) - The fastest way to build Svelte apps.
Templates / Others
- vit-singlefile-gzip - Starter template for embedded.
- 11st-Starter-Kit (⭐339) - 11ty, powered by Vite with Tailwind CSS and Alpine.js.
Feb 22, 2022
Templates / Vue 3
- vite-vue-ts-storybook (⭐72) - Vue 3 / i18n / Typescript / Vite / Storybook / ESLint / Prettier.
WordPress / Community
- wordpress-vite-assets (⭐98) - Integration for WordPress themes.
Feb 21, 2022
Templates / Vue 3
- vite-vue3-typescript-webcomponent (⭐16) - Vue 3 / Typescript / boiler plate to develop Web Component.
Framework-agnostic Plugins / Bundling
- vite-plugin-chunk-split (⭐233) - Automatically code splitting, support unbundle in production.
Framework-agnostic Plugins / Helpers
- vite-plugin-redirect (⭐0) - Redirect server requests.
Feb 18, 2022
Templates / Vue 3
- vue3-mobile-template (⭐34) - Vue3 + TS + Vue-Router4 + Vuex4 + Vant + Vue-use + Vue-i18n Mobile Template.
- vue3-template (⭐70) - Vue 3 / Tailwind CSS / vue-router / PNPM / ESlint Airbnb / Stylelint / GitHub pages actions / Netlify.
- Vitecamp (⭐314) - Vue3 / Element Plus / Axios / Vue Router / Pinia / Windi CSS / icones / i18n / Markdown / Svg / ESLint Airbnb Style / Components and APIs auto importing.
Feb 11, 2022
Templates / Vue 3
- vite-vue-tailwind-v3 (⭐4) - Starter template for Vue3 + TailwindCSS and
prettier-plugin-tailwindcss
build-in.
Templates / React
- vite-react-tailwind-v3 (⭐14) - Starter template for React + TailwindCSS and
prettier-plugin-tailwindcss
build-in.
Feb 10, 2022
Framework-agnostic Plugins / Transformers
- vite-plugin-pug-transformer (⭐26) - Pug template engine support.
Framework-agnostic Plugins / Helpers
- vite-plugin-dynamic-base (⭐54) - Resolve all resource files dynamic publicPath.
Feb 09, 2022
Framework-agnostic Plugins / Bundling
- vite-compression-plugin (⭐58) - Use Node.js stream compress file to gzip or more.
Feb 08, 2022
Templates / Others
- P5.js Starter Template (⭐29) - Templates for creating P5.js sketches.
CakePHP / Community
- cakephp-vite (⭐14) - Integration for CakePHP.
Jan 29, 2022
Framework-agnostic Plugins / Helpers
- vite-plugin-watch-and-run (⭐309) - Watch some files (glob) and trigger a command. To enable any tool to have a watch mode.
Jan 26, 2022
Templates / Vue 3
- Modern Vue (⭐293) - Modern Vue stack 2022.
Jan 25, 2022
Framework-agnostic Plugins / Helpers
- vite-plugin-dev-manifest (⭐9) - Generates
manifest.dev.json
during dev server, for backend integration with any language/framework.
Jan 19, 2022
Open Source / Community
- Astro (⭐35k) - Modern Static Site Builder.
Jan 14, 2022
Framework-agnostic Plugins / Integrations
- vite-plugin-babel (⭐35) - Babel integration for both build and server to support f.ex. decorators or class fields in pure JS/JSX files.
Jan 13, 2022
Templates / Vue 2
- vite-vue2-ts-vuetify-starter (⭐81) - It is the above vite-vue2-ts-starter with Vuetify and its optimized settings. Includes basic templates.
Jan 12, 2022
Templates / Vue 3
- vite-quasar-starter (⭐46) - Vite 2.x + Vue 3.x + quasar 2.x starter.
Rollup Plugins / Compatible with Vite
- rollup-plugin-graphql-codegen (⭐56) - Generating type definitions for GraphQL tag template strings in worker_threads.
- rollup-plugin-i18next-dts-gen (⭐56) - Generating type definitions from i18n JSON files are used for code hinting and validation.
Jan 07, 2022
Framework-agnostic Plugins / Transformers
- vite-plugin-stache (⭐4) - CanJS's template engine. Transforms
stache
files and template strings.
Framework-agnostic Plugins / Helpers
- vite-plugin-remove-console (⭐100) - A vite plugin that deletes console.log in the production environment.
Jan 03, 2022
Framework-agnostic Plugins / Transformers
- vite-plugin-twig (⭐15) - Twig template engine support.
Dec 31, 2021
Framework-agnostic Plugins / Helpers
- @zougt/vite-plugin-theme-preprocessor (⭐154) - Easily implementing dynamic themes based on LESS or SASS.
Dec 16, 2021
React / Community
- CRA migration guide (⭐56) - A step-by-step guide for migrating a project from Create React App.
Dec 11, 2021
Libraries / Community
- ssr (⭐2.4k) - A Server Side Rendering framework combined with Webpack/Vite.
Dec 02, 2021
Svelte / Integrations
- vite-plugin-svelte (⭐726) - Adds Svelte support. Official plugin of Svelte team.
Dec 01, 2021
Framework-agnostic Plugins / Integrations
- @vitejs/plugin-legacy (⭐59k) - Legacy browser support.
Nov 26, 2021
Vue / Loaders
vite-plugin-vue2-svg (⭐17) - Load SVG files as Vue components.
Nov 25, 2021
Framework-agnostic Plugins / Integrations
- vite-plugin-ali-oss (⭐21) - Upload the production files bundled in the project to Ali OSS, except for HTML.
Nov 24, 2021
Framework-agnostic Plugins / Integrations
- vite-plugin-simple-gql (⭐22) - Easily import .graphql and .gql files.
Nov 08, 2021
Framework-agnostic Plugins / Transformers
- vite-plugin-require-transform (⭐70) - Converts the code from require syntax to import.
Nov 02, 2021
Open Source / Community
- îles (⭐992) - Islands of Interactivity with Vue3, multi-framework.
Oct 26, 2021
Templates / React
- vital (⭐200) - React, TypeScript, Tailwind (JIT), CSS-Modules, Jest, Atomic Design, Prettier, Husky, Commit-lint.
Framework-agnostic Plugins / Integrations
- vite-plugin-sass-dts (⭐84) - This is a plugin that automatically creates a type file when using the CSS module type-safely.
Oct 20, 2021
Framework-agnostic Plugins / Loaders
- vite-plugin-monaco-editor (⭐164) - Monaco Editor integration.
Oct 19, 2021
Templates / React
- vite-react-ts-starter (⭐116) - React, TypeScript, Jest, ESLint, Prettier, TailwindCSS, Husky, Conventional Commits.
Oct 12, 2021
Framework-agnostic Plugins / Transformers
- vite-plugin-shared-modules (⭐26) - Share node_modules in monorepos.
Oct 05, 2021
Templates / Vue 3
- vite-tauri-template (⭐268) - Tauri + Vite + Vue 3 + Vuetify 3 desktop app template.
- vue-vite-h5 (⭐57) - Use Vue3, TypeScript and Vant to develop mobile applications.
- Vitesome (⭐259) - Vue3 + TypeScript + WindiCSS + Vue Router 4, i18n and Iconify.
- vite-ts-vue3-todo (⭐46) - Vue3 + TS + Vue-Router4 + Pinia2 template.
- vitailse (⭐130) - Like Vitesse but with Tailwind CSS.
Templates / Vue 2
- vite-ts-vue2-todo (⭐46) - Vue2 + ts + Vue-Router3 + Pinia1 + Composition API.
Templates / React
- Vitamin (⭐413) - React TypeScript, TailwindCSS, SPA + PWA, Cypress and CI.
- vitejs-template-react-rescript (⭐111) - React + ReScript.
- vite-reactts-tailwind-rtk-eslint (⭐46) - React, TypeScript, Tailwind CSS, Redux Toolkit, eslint.
- vite-react-tailwind-template (⭐31) - React 17, TypeScript, Jest, ESLint, Prettier, Husky, Tailwind CSS, PostCSS, pnpm.
- vite-react-ts-tailwind-firebase-starter (⭐239) - Starter using Vite + React + TypeScript + Tailwind CSS (daisyUI) + Firebase (v9) + Prettier + ESLint.
Templates / Svelte
- sttv (⭐119) - Svelte, Tailwind CSS, TypeScript.
Templates / Elm
- vite-elm-template (⭐103) - A default template for building Elm applications.
Framework-agnostic Plugins / Loaders
- unplugin-icons (⭐3k) - Access thousands of icons as components.
Framework-agnostic Plugins / Bundling
- rollup-plugin-critical (⭐76) - Generate critical CSS.
Framework-agnostic Plugins / Transformers
- vite-plugin-html-template (⭐105) - HTML template, like
html-webpack-plugin
for Webpack.
- vite-plugin-virtual-html (⭐55) - Make Vite MPA consistent with
@vue/cli
.
- vite-plugin-require-context (⭐161) - Supports
require.context
.
- vite-plugin-commonjs (⭐161) - Support CommonJS to ESM.
- vite-plugin-global-style (⭐117) - Deal with global styles for CSS, SASS, LESS and Stylus.
Framework-agnostic Plugins / Helpers
- vite-plugin-mkcert (⭐368) - Provide certificates https dev server.
- vitawind (⭐135) - Install and Setting Tailwind CSS automatically.
- unplugin-auto-import (⭐2.5k) - On-demand API auto-importing.
- vite-plugin-inspect (⭐946) - Inspect the intermediate state of Vite plugins.
Vue / Integrations
unplugin-vue2-script-setup (⭐573) - Enabling
<script setup>
syntax for Vue 2.
Vue / Helpers
unplugin-vue-components (⭐3.2k) - On-demand components auto-importing.
vite-plugin-vue2-suffix (⭐9) - Compatible without '.vue' suffix.
Rollup Plugins / Covered by default in Vite
- @rollup/plugin-typescript (⭐3.3k) - Integration between Rollup and TypeScript.
Apps/Websites / Community
- Context Note (⭐665) - A note-taking chrome extension built by Vue3 & Vite.
Oct 01, 2021
Templates / Vue 3
- vitespa (⭐35) - Vitesse-based SPA without SSG.
Sep 24, 2021
Templates / Vue 3
- naive-ui-dashboard-template (⭐44) - UI friendly, Vue 3 + TSX + TailwindCSS 2 JIT + PostCSS + Naive UI.
Framework-agnostic Plugins / Integrations
- vite-plugin-comlink (⭐125) - Use WebWorkers with the power of Comlink (⭐10k) to make them enjoyable.
Sep 16, 2021
Framework-agnostic Plugins / Integrations
- vite-plugin-wasm-pack (⭐175) - Integration with rust wasm-pack (⭐5.4k), the simple way.
Framework-agnostic Plugins / Transformers
- vite-plugin-require (⭐40) - A Vite plugin that supports
require
by code transforming.
Sep 15, 2021
Framework-agnostic Plugins / Integrations
- vite-plugin-federation (⭐1.5k) - Support Module Federation, Inspired by Webpack Module Federation feature.
Sep 01, 2021
Vue CLI / Community
- webpack-to-vite (⭐683) - Convert a webpack project to vite project, also provides conversion details to help you migrate smoothly.
Aug 31, 2021
Templates / React
- react-ts-vite-template (⭐113) - React, TypeScript, Jest, Testing Library, Cypress, ESLint, Prettier, Husky.
Framework-agnostic Plugins / Transformers
- vite-plugin-content (⭐117) - Convert
yaml
,xml
,ini
,toml
,csv
,plist
andproperties
files to ES6 modules.
Aug 30, 2021
Elm / Integrations
- vite-plugin-elm (⭐163) - A plugin that enables you to compile an Elm module.
Aug 27, 2021
Framework-agnostic Plugins / Integrations
- vite-plugin-tauri (⭐132) - Integrate Tauri in a Vite project to build cross-platform apps.
Aug 14, 2021
Apps/Websites / Community
- macOS in Svelte (⭐1.9k) - macOS Desktop experience for Web in Svelte.
Aug 08, 2021
Frameworks / Community
- vitext (⭐386) - The Next.js like React framework for better User & Developer experience.
Aug 04, 2021
Laravel / Community
- Laravel Vite (⭐598) - Integration for the Laravel framework.
Jul 31, 2021
Templates / React
- vite-plugin-react-refresh (⭐40) - Provide enhancements for @vitejs/plugin-react-refresh.
Jul 27, 2021
Django / Community
- django-vite (⭐326) - Integration for Django applications.
Ruby on Rails / Community
- vite-plugin-ruby (⭐1k) - Configuration for Ruby backends.
- Vite Ruby (⭐1k) - Integration for Rails, Hanami, Padrino, and Rack apps.
Jul 25, 2021
Framework-agnostic Plugins / Integrations
- @nabla/vite-plugin-eslint (⭐94) - Runs ESLint asynchronously in a worker to keep HMR fast.
Jul 24, 2021
Templates / Vue 3
- vitesse-lite (⭐926) - Lightweight version of Vitesse.
- vitesse-webext (⭐2.3k) - WebExtension Vite Starter Template.
Jul 20, 2021
Templates / React
- Tropical (⭐137) - React, Storybook, MDX, Fela, SSR prerendering, and islands architecture.
Jul 18, 2021
Framework-agnostic Plugins / Helpers
- vite-plugin-tips (⭐57) - Provide better development server status tips on the page.
Jul 16, 2021
Framework-agnostic Plugins / Helpers
- vite-plugin-restart (⭐126) - Restart the Vite server on file changes.
- vite-plugin-full-reload (⭐106) - Reload the browser on file changes.
Jul 13, 2021
Get Started
- create-vite (⭐59k) - Scaffolding Your First Vite Project.
Libraries / Community
- vite-plugin-ssr - Like Nuxt/Next.js but as a do-one-thing-do-it-well plugin.
Jul 06, 2021
Framework-agnostic Plugins / Integrations
- vite-plugin-checker (⭐766) - Fast run checkers (TypeScript/VLS/vue-tsc, etc.) in worker threads with overlay and terminal hint.
Jul 03, 2021
Framework-agnostic Plugins / Integrations
- vite-plugin-linter - Extensible linter framework that shows the linting output in the Vite output and the browser console, includes ESLint & TypeScript ootb.
Jun 30, 2021
Framework-agnostic Plugins / Helpers
- vite-plugin-mock-server (⭐35) - Mock server plugin, support using TS and JS to write Mock API and HMR.
Jun 18, 2021
Libraries / Community
- vite-ssr (⭐770) - Simplified Server Side Rendering with an SPA-like developer experience.
Frameworks / Community
- vitedge (⭐707) - Edge-side rendering with fullstack utilities.
Jun 17, 2021
Framework-agnostic Plugins / Helpers
- vite-plugin-externals (⭐147) - Exclude dependencies from the output bundles.
Jun 11, 2021
Framework-agnostic Plugins / Bundling
- vite-plugin-dts (⭐848) - Generate declaration files from
.ts
or.vue
source files for lib.
Jun 10, 2021
Apps/Websites / Community
- vite-vue3-lowcode (⭐2.7k) - Low code platform using Vue 3 + TypeScript + Composition API.
Jun 02, 2021
Apps/Websites / Community
- react-device-frameset (⭐49) - This is yet another device frameset component for React.
May 26, 2021
Framework-agnostic Plugins / Helpers
- vite-plugin-vconsole (⭐56) - Help developers use vconsole to facilitate mobile development and debugging.
May 25, 2021
Templates / Vue 3
- fast-crud (⭐571) - Options-oriented crud framework, developing crud as fast as lightning.
Templates / React
- react-vite-admin (⭐195) - React, Recoil, React Query, React Hooks, TypeScript, Axios.
React / Presets
- vite-preset-react (⭐41) - All in one preset for your React app - HMR, Automatic React inject, removal of DevTools in prod.
Rollup Plugins / Compatible with Vite
- @rollup/plugin-virtual (⭐3.3k) - A Rollup plugin that loads virtual modules from memory.
Rollup Plugins / Community
- Check the Awesome Rollup list (⭐2.3k) for community-maintained rollup plugins, and refer to the Vite docs section about rollup plugin compatibility.
Adobe Experience Manager / Community
- AEM Vite (⭐22) - Integration for Adobe Experience Manager and AEM SDK.
Craft CMS / Community
- Craft Vite (⭐45) - Plugin for integration with Craft CMS.
Apps/Websites / Community
- vue3-realworld-example-app (⭐785) - Realworld app implementation using Vue 3 + TypeScript + Composition API.
May 12, 2021
Templates / React
- vite-template-react (⭐62) - A Create React App-like template.
May 05, 2021
Open Source / Community
- Slidev (⭐28k) - Presentation Slides for Developers.
Apr 28, 2021
Templates / Vue 3
- vivu (⭐70) - Opinionated scalable vue boilerplate.
Apr 17, 2021
Framework-agnostic Plugins / Testing
- mocha-vite-puppeteer (⭐37) - Run your Mocha front-end tests with the Vite bundler and the Puppeteer browser launcher.
Apr 13, 2021
React / Framework
- @vitjs/vit (⭐97) - React application framework inspired by UmiJS.
Apr 10, 2021
Templates / Vue 3
- vue-pure-admin (⭐10k) - Background management template based on Vue3, TypeScript, Tailwind CSS, element-plus.
Templates / React
- vite-reactts-eslint-prettier (⭐427) - React, TypeScript, ESlint, Prettier, Pre-commit.
Framework-agnostic Plugins / Transformers
- vite-plugin-html-config (⭐40) - HTML tag configuration, such as script link style meta favicon and more.
Vue / Helpers
vite-plugin-vue-gql (⭐205) - GraphQL Tags for your Vue SFC.
Mar 27, 2021
Templates / Svelte
- svelte-vite-ssr (⭐53) - Svelte with SSR support.
Framework-agnostic Plugins / Loaders
- vite-plugin-radar (⭐88) - All in one analytics loader (with 7+ providers supported).
Framework-agnostic Plugins / Helpers
- vite-plugin-imp (⭐215) - Import library component styles on demand, make your app slimmer.
Mar 11, 2021
Framework-agnostic Plugins / Integrations
- vite-plugin-cesium (⭐165) - Integration with Cesium library.
Framework-agnostic Plugins / Helpers
- vite-aliases (⭐184) - Alias auto-generation based on project structure.
Mar 09, 2021
Framework-agnostic Plugins / Integrations
- vite-plugin-mpa (⭐202) - Out-of-box multi-page application (MPA) integration.
Vue CLI / Community
- vue-cli-plugin-vite (⭐389) - Use Vite on Vue CLI with minimize codebase modifications.
Mar 05, 2021
Framework-agnostic Plugins / Transformers
- vite-plugin-handlebars (⭐135) - Process HTML files with Handlebars.
Feb 28, 2021
Framework-agnostic Plugins / Transformers
- vite-plugin-ts-nameof (⭐17) - Ability to resolve nameof (⭐479) in TypeScript.
Feb 27, 2021
Templates / Vue 2
- vite-vue2-windicss-starter (⭐183) - Vue 2, Vue Router, Composition API, VueUse, Windi CSS and TypeScript.
Framework-agnostic Plugins / Integrations
- vite-plugin-node (⭐815) - Integration with Node.js backend servers.
Framework-agnostic Plugins / Bundling
- vite-plugin-importer (⭐52) - Integration for babel-plugin-import.
- vite-plugin-banner (⭐80) - Adds a banner to the top of each generated chunk.
Framework-agnostic Plugins / Helpers
- vite-tsconfig-paths (⭐945) - Support for TypeScript's path mapping.
- vite-plugin-theme (⭐129) - Dynamically changing the theme color.
Vue / Integrations
vite-plugin-vue2 (⭐615) - Vue 2 integration.
Vue / Routing
vite-plugin-pages (⭐1.5k) - File system based route generator.
Vue / Loaders
vite-plugin-md (⭐543) - Markdown as Vue components / Vue components in Markdown.
vite-svg-loader (⭐434) - Load SVG files as Vue components.
Vue / SSG
vite-ssg (⭐1.1k) - Server-side generation.
Vue / Ecosystem
vite-plugin-i18n-resources (⭐30) - Load i18n translation message files.
Feb 17, 2021
Framework-agnostic Plugins / Integrations
- vite-plugin-windicss (⭐844) - Windi CSS integration.
Framework-agnostic Plugins / Transformers
- vite-plugin-html (⭐447) - Plugin to minimize and use ejs template syntax in
index.html
.
Feb 14, 2021
Apps/Websites / Community
- aitrack.work - A task-based time tracker for everyday use.
Feb 12, 2021
Templates / Vue 3
- Vitesse (⭐8k) - Opinionated starter template.
- vite-ts-tailwind-starter (⭐339) - TypeScript, Tailwind CSS, Cypress.io e2e tests + CI.
Framework-agnostic Plugins / Loaders
- vite-plugin-rsw (⭐355) - Load rust-compiled (wasm-pack) WebAssembly packages.
- vite-imagetools (⭐698) - Load and transform images using url query parameters.
React / Framework
- vite-plugin-react-pages (⭐379) - A Vite framework for building React app.
Rollup Plugins / Compatible with Vite
- @rollup/plugin-image (⭐3.3k) - Import JPG, PNG, GIF, SVG, and WebP files (needs
enforce: 'pre'
).
- @rollup/plugin-strip (⭐3.3k) - Remove debugger statements and functions from your code.
Jan 30, 2021
Templates / Vue 3
- vue-vben-admin (⭐19k) - Background management template based on Vue3, Ant-Design-Vue, TypeScript.
Framework-agnostic Plugins / Integrations
- vite-plugin-pwa (⭐2.3k) - Zero-config PWA.
Rollup Plugins / Covered by default in Vite
- @rollup/plugin-babel (⭐3.3k) - Compile your files with Babel.
- @rollup/plugin-buble (⭐3.3k) - Compile ES2015 with buble.
- @rollup/plugin-data-uri (⭐3.3k) - Import modules from Data URIs.
- @rollup/plugin-html (⭐3.3k) - Create HTML files to serve Rollup bundles.
- @rollup/plugin-node-resolve (⭐3.3k) - Locate and bundle third-party dependencies in node_modules.
- @rollup/plugin-sucrase (⭐3.3k) - Compile TypeScript, Flow, JSX, etc with Sucrase.
- @rollup/plugin-wasm (⭐3.3k) - Import WebAssembly code with Rollup.
- @rollup/plugin-url (⭐3.3k) - Import files as data-URIs or ES Modules.
Rollup Plugins / Compatible with Vite
- @rollup/plugin-eslint (⭐3.3k) - Verify entry point and all imported files with ESLint.
- @rollup/plugin-legacy (⭐3.3k) - Add export declarations to legacy non-module scripts.
- @rollup/plugin-yaml (⭐3.3k) - Convert YAML files to ES6 modules.
Jan 13, 2021
Rollup Plugins / Presets
- Vite Rollup Plugins - Compatibility list for official rollup plugins.
Rollup Plugins / Compatible with Vite
- @rollup/plugin-beep (⭐3.3k) - System beeps on errors and warnings.
- @rollup/plugin-inject (⭐3.3k) - Scan modules for global variables and injects import statements where necessary.
Jan 09, 2021
React / Loaders
- vite-plugin-svgr (⭐359) - Transform SVGs into React components.
Jan 08, 2021
Solid / Integrations
- vite-plugin-solid (⭐371) - Provides JSX transformation for Solid.
Rollup Plugins / Included in Vite
- @rollup/plugin-alias (⭐3.3k) - Define and resolve aliases for bundle dependencies.
- @rollup/plugin-commonjs (⭐3.3k) - Convert CommonJS modules to ES6.
- @rollup/plugin-dynamic-import-vars (⭐3.3k) - Resolving dynamic imports that contain variables.
- @rollup/plugin-json (⭐3.3k) - Convert
.json
files to ES6 modules.
Rollup Plugins / Compatible with Vite
- @rollup/plugin-dsv (⭐3.3k) - Convert
.csv
and.tsv
files into JavaScript modules with d3-dsv.
- @rollup/plugin-graphql (⭐3.3k) - Convert .gql/.graphql files to ES6 modules.
- @rollup/plugin-replace (⭐3.3k) - Replace strings in files while bundling.
Jan 07, 2021
Official Resources
Open Source / Community
- VitePress (⭐8.9k) - Static Site Generator powered by Vite and Vue.
Jan 03, 2021
Official Resources
Sep 29, 2020
Open Source / Community
- TroisJS (⭐3.7k) - Three.js integration with Vite and Vue 3.
Sep 25, 2020
Apps/Websites / Community
- Layoutit Grid (⭐1.5k) - Interactive CSS Grid layout generator.
Sep 11, 2020
Apps/Websites / Community
- npmview (⭐120) - A web application to view npm package files.
Aug 22, 2020
Official Resources
Aug 21, 2020
Official Resources
Apps/Websites / Community
- Icônes (⭐4k) - Icon explorer with instant search.
- Awesome CN Café (⭐84) - Web application for Awesome CN Café.
- Todo Example (⭐34) - Todo app with routing and state management.