The purpose
Here’s a collection of useful and necessary links for Phaser 3 development.
(Updated regularly)
Link
Official

Phaser - A fast, fun and free open source HTML5 game framework
Desktop and Mobile HTML5 game framework. A fast, free and fun open source framework for Canvas and WebGL powered browser games.
Git
GitHub - phaserjs/phaser: Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.
Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering. - phaserjs/p...
API Document
Phaser 3.85.2 API Documentation
A volunteer-created page? It’s hierarchical, so it’s easy to search.
Notes of Phaser 3
Older?
It’s a little unclear, but you can see it by clicking the link just below the top of the screen.

Phaser 3 API Documentation - Index
Example(Each Class)
Phaser 3.80 Examples
Template(Vite + JavaScript)
GitHub - phaserjs/template-vite: A Phaser 3 project template that uses Vite for bundling
A Phaser 3 project template that uses Vite for bundling - phaserjs/template-vite
Template(Vite + TypeScript)
GitHub - phaserjs/template-vite-ts: A Phaser 3 project template that uses TypeScript and Vite for bundling
A Phaser 3 project template that uses TypeScript and Vite for bundling - phaserjs/template-vite-ts
comment