convert-to-vite

Installation
SKILL.md

Convert to Vite

Convert this HTML game into a Vite-powered project.

Steps

  1. Initialize a new package.json with:

    • "name" based on the game directory name
    • "private": true
    • "type": "module"
    • "scripts": "dev": "vite", "build": "vite build", "preview": "vite preview"
  2. Install dependencies:

    • vite as a devDependency
  3. Create vite.config.ts:

Installs
9
Repository
puzzmo-com/oss
First Seen
Mar 13, 2026
convert-to-vite — puzzmo-com/oss