https://github.com/reydvires/phaseruicomponent-project
Phaser 3 UI Component Framework Template Project
https://github.com/reydvires/phaseruicomponent-project
framework gamedev-framework html5 library phaser3 thesis typescript ui-components
Last synced: 3 months ago
JSON representation
Phaser 3 UI Component Framework Template Project
- Host: GitHub
- URL: https://github.com/reydvires/phaseruicomponent-project
- Owner: ReydVires
- Created: 2019-12-23T17:19:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T13:07:19.000Z (over 2 years ago)
- Last Synced: 2025-05-17T13:11:15.979Z (5 months ago)
- Topics: framework, gamedev-framework, html5, library, phaser3, thesis, typescript, ui-components
- Language: TypeScript
- Homepage:
- Size: 866 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PhaserUIComponent-project
Phaser 3 UI Component Framework Template Project## Technical Documentation & API
[Goto Directory](https://github.com/ReydVires/PhaserUIComponent-project/tree/master/documentation) for further documentation.
## Requirements
- [Node.js](https://nodejs.org) & [Typescript](https://www.npmjs.com/package/typescript) package is required to install dependencies and run scripts via `npm`.
- Better to use [VSCode](https://code.visualstudio.com/) IDE.
## Available Commands
| Command | Description |
|---------|-------------|
| `npm install` | Install project dependencies |
| `npm start` | Build project and open web server running project, watching for changes |
| `npm run winclean` | Delete dist directory for clean build |
| `npm run build` | Build & bundle the project |## Wanted in JS Version?
[Here the link](https://s.id/phaseruicomponentJS)
or perfer the components only in TS: [Click here](https://s.id/phaseruicomponent)