Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.16 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.16 KB

Charge Up

🚗 — https://californ1a.github.io/chargeup/ — ⛽

Simple puzzle game about connecting cars to chargers without causing collisions.

Built with Vue 3 using Vite. Based on the Puzzle Page app because it wouldn't let me play an infinite amount of them, even with the subscription. 😢

Dev Info

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint