convert-to-vite
Installation
SKILL.md
Convert to Vite
Convert this HTML game into a Vite-powered project.
Steps
-
Initialize a new
package.jsonwith:"name"based on the game directory name"private": true"type": "module""scripts":"dev": "vite","build": "vite build","preview": "vite preview"
-
Install dependencies:
viteas a devDependency
-
Create
vite.config.ts: