Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andremalveira/vite-phaser3-example
Template example for creating phaser 3 game using vite and typescript
https://github.com/andremalveira/vite-phaser3-example
phaser phaser3 phaser3-example phaser3-typescript phaser3-vite phaser3-vite-example phaser3-vite-typescript
Last synced: 10 days ago
JSON representation
Template example for creating phaser 3 game using vite and typescript
- Host: GitHub
- URL: https://github.com/andremalveira/vite-phaser3-example
- Owner: andremalveira
- License: mit
- Created: 2023-06-15T14:07:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-30T13:10:39.000Z (over 1 year ago)
- Last Synced: 2024-10-24T22:15:22.101Z (about 2 months ago)
- Topics: phaser, phaser3, phaser3-example, phaser3-typescript, phaser3-vite, phaser3-vite-example, phaser3-vite-typescript
- Language: TypeScript
- Homepage:
- Size: 88.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Template example for creating phaser 3 project using vite and typescript
### Folder structure
```bash
πgame
βββ πpublic
βββ πsrc
β βββ πscenes
β βββ πtypes
β βββ πutils
β βββ πconfig.ts
β βββ πindex.ts
βββ π.gitignore
βββ πindex.html
βββ πpackage.json
βββ πvite.config.js
``````bash
git clone https://github.com/andremalveira/vite-phaser3-example.git game-name
``````bash
npm i # Instalationnpm run dev # Game start development mode
npm run build # Game build
```