with one click
vite
Vite fast build tool with HMR. Use for modern frontend builds.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Vite fast build tool with HMR. Use for modern frontend builds.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Android Studio IDE with emulator and profiler. Use for Android development.
Atom hackable text editor from GitHub. Use for extensible editing.
Babel JavaScript compiler for compatibility. Use for transpiling.
Biome fast formatter and linter. Use for code quality.
Bitbucket Git repository hosting with Pipelines. Use for Atlassian teams.
Confluence team documentation platform. Use for documentation.
| name | vite |
| description | Vite fast build tool with HMR. Use for modern frontend builds. |
Vite is the standard build tool for modern web development. v6.0 (2025) introduces the Environment API for runtimes like Bun/Deno and native Sass support.
Vite serves files as native ESM modules. The browser downloads files as needed. No bundling in dev.
Vite uses Rollup for production builds, ensuring highly optimized chunks.
Rollup-compatible plugin system.
Do:
vitest: The native test runner for Vite projects.vite.config.ts: TypeScript config is standard.ssr, worker).Don't:
require: Vite is ESM-first. Use import.