vite

Create and build frontend projects with Vite's dev server and production builds.

1|1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/Kurrawong/prez-lite --skill vite-kurrawong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vite
Source: https://github.com/Kurrawong/prez-lite/tree/main/.claude/skills/vite
Command: npx skills add https://github.com/Kurrawong/prez-lite --skill vite-kurrawong

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a next-generation build tool for frontend projects, offering a lightning-fast development server with Hot Module Replacement (HMR) and optimized production builds.

Core Features & Use Cases

  • Rapid Development: Experience near-instantaneous server start and HMR updates.
  • Optimized Builds: Generate highly efficient production-ready code for various targets (SPA, MPA, library, SSR).
  • Plugin System: Extend functionality with a rich plugin API for custom transformations and integrations.
  • Use Case: Quickly scaffold a new Vue.js project, configure its development server with specific proxy settings, and build it for production deployment.

Quick Start

Use the vite skill to create a new project named 'my-app'.

Frequently Asked Questions about vite

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How does Hot Module Replacement work with a native ESM dev server?

Hot Module Replacement (HMR) updates changed modules in the browser instantly without a full page reload. The native ESM dev server serves source files directly, enabling near-instantaneous server start and HMR updates during frontend development.

Can I use this build tool with Vue and React frameworks?

Yes, this build tool integrates seamlessly with frameworks like Vue and React. It provides the necessary development server infrastructure and optimized production builds tailored for these frontend frameworks.

How do I scaffold a new frontend project and configure proxy settings?

You can scaffold a new frontend project quickly using the provided commands. Once created, you can configure the development server with specific proxy settings and build the project for production deployment.

Does this build tool support SPAs, MPAs, libraries, and SSR applications?

Yes, this build tool supports various project types including Single Page Applications (SPAs), Multiple Page Applications (MPAs), libraries, and Server-Side Rendered (SSR) applications for optimized production builds.

What is the best way to extend frontend build functionality for custom transformations?

The best way to extend functionality is through the rich plugin system. This plugin API allows developers to implement custom transformations and framework integrations within the build tool workflow.

Why does dependency pre-bundling matter for frontend development servers?

Dependency pre-bundling optimizes the native ESM dev server performance by converting CommonJS dependencies into ESM. This process ensures fast page loads and supports advanced asset handling during development.