文件名称:phaser3-template:phaser3游戏模板
文件大小:86KB
文件格式:ZIP
更新时间:2024-05-03 09:40:49
phaser3 TypeScript
Phaser 3 TypeScript Starter Template A starter template for with and for building excellent html5-games that work great in the browser and on mobile devices. Key Features 高级语法 async/await, Rest/Spread operators 支持代码拆分 webpack的配置使用TypeScript编写 Phaser采用外链,极大加速编译速度 内置DllPlugin,分离第三方包,飞一样的感觉 内置代码混淆 支持使用.env自定义环境配置数据 支持动态分包 内置加载进度条 内置Boot, Preload等场景 内置 service worker 内置基于axios的服务请求封装 内置tiny图片压缩 内置
【文件预览】:
phaser3-template-master
----.eslintrc(2KB)
----tsconfig-for-webpack-config.json(126B)
----package.json(3KB)
----readme.md(1KB)
----src()
--------scenes()
--------socket()
--------assets()
--------objects()
--------tests()
--------index.html(2KB)
--------typing()
--------config.ts(433B)
--------types()
--------services()
--------utils()
--------index.ts(1KB)
--------favicon.ico(318B)
----tsconfig.json(1KB)
----env()
--------test.env(111B)
--------dev.env(112B)
--------prod.env(111B)
----.gitignore(74B)
----note.md(511B)
----.eslintignore(22B)
----webpack()
--------base.config.ts(5KB)
--------dll.config.ts(959B)
--------dev.config.ts(1KB)
--------utils()
--------prod.config.ts(2KB)