Phaser3Creating multiple HTML files using Vite + Phaser 3 templates Things I want to do The Vite + Phaser 3 template created in the following article will be used to build multiple HTM...2024.10.012026.03.15Phaser3
Phaser3Creating a development environment with Vite + Phaser 3 + Visual Studio Code Things I want to do This creates a Vite environment that uses Phaser 3 (a 2D game engine using Javascript). This ...2024.08.102026.03.15Phaser3
JavaScriptBat for creating a Vite project Notice This article is outdated, and the Vite project structure is different from what it is today. I recommend c...2024.08.092026.03.15JavaScript
JavaScriptWebpack is difficult, so I bundle it with Vite. Things I want to do We will bundle it using Vite. Bundling is the process of combining multiple JavaScript files ...2024.08.072026.03.15JavaScript