build-tooling
Installation
SKILL.md
Build Tooling Skill
Configure Vite for fast development and optimized production builds.
Why Vite
| Feature | Benefit |
|---|---|
| Native ESM | Instant server start, no bundling in dev |
| Hot Module Replacement | Sub-second updates |
| Rollup-based production | Optimized, tree-shaken bundles |
| Built-in TypeScript | No extra configuration |
| CSS handling | PostCSS, CSS modules, preprocessors |