vite
Installation
SKILL.md
Laravel Vite
When to use
- The user needs to compile, bundle, or serve frontend CSS and JavaScript assets in a Laravel 10+ application.
- The user wants live reloading or hot module replacement of assets during local Laravel development.
- The user needs to build minified, versioned (cache-busted) frontend assets for a production Laravel deploy.
When NOT to use
- Do not use this skill when the task is to maintain an existing webpack.mix.js Laravel Mix pipeline that cannot yet migrate; use the laravel/mix skill instead.
- Do not use this skill for API-only or server-rendered work that ships no CSS or JavaScript bundle.