Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 654 Bytes

README.md

File metadata and controls

53 lines (30 loc) · 654 Bytes

🎮 Phaser Typescript Vitejs 📦

A boilerplate for Phaser HTML5 game framework, with typescript and Vitejs bundler

Demo: https://andreecy.github.io/phaser-ts/

Features

💪 Phaser with power of typescript

🔄 HMR, Fast Refresh Vitejs

✅ Error checking eslint

💄 Pretify preconfigured prettier

🛠️ VSCode Auto format and fix on save

Guide

Clone this repository

Installation

npm install

Run

start the development

npm run dev

Build

build production version

npm run build

Package Versions

🎮 phaser v3.55.2

📦 vite v2.9.9

✅ eslint v8.17.0

💄 prettier v2.7.1