文件名称:phaser-typescript-webpack-cordova:使用TypeScript,Webpack和Cordova的Phaser CE样板
文件大小:140KB
文件格式:ZIP
更新时间:2024-02-24 18:17:46
boilerplate cordova typescript webpack phaser
1.克隆此仓库: 导航到您的工作区目录。 跑: https://github.com/numbofathma/phaser-typescript-webpack-cordova.git 2.安装node.js和npm: 3.安装依赖项: 导航到克隆的存储库目录。 跑: npm install 4.在浏览器中运行该应用程序: 跑: npm run start 这将运行服务器,以便您可以在浏览器中查看您的游戏。 打开浏览器,然后在地址栏中输入localhost:8000。 更改代码时,Webpack将监视更改,并且浏览器将刷新。 5.构建部署(它将为您的Cordova
【文件预览】:
phaser-typescript-webpack-cordova-master
----.gitignore(99B)
----webpack.prod.config.js(2KB)
----tsconfig.json(1KB)
----README.md(1KB)
----.gitkeep(31B)
----package.json(3KB)
----src()
--------config.ts(94B)
--------prefabs()
--------helpers()
--------app.ts(2KB)
--------states()
----config.xml(5KB)
----.eslintignore(51B)
----res()
--------screen()
--------icon()
----.editorconfig(188B)
----index.html(2KB)
----.eslintrc.json(1KB)
----webpack.dev.config.js(1KB)
----assets()
--------sprites()
--------fonts()
--------sounds()