文件名称:phaser3-parcel-template:使用Parcel以惊人的速度创建Phaser 3游戏
文件大小:6KB
文件格式:ZIP
更新时间:2024-05-24 03:33:09
JavaScript
移相器3 +包裹模板 对于那些想花时间制作游戏而不是配置构建工具的人。 先决条件 您将需要安装 , 和 。 强烈建议使用(nvm)安装Node.js和npm。 对于Windows用户,有Windows的。 使用nvm安装Node.js和npm : nvm install node nvm use node 对于nvm-windows将'node'替换为'latest'。 然后安装Parcel: npm install -g parcel-bundler 入门 将此存储库克隆到本地计算机: git clone https://github.com/ourcade/phaser3-parcel-template.git 这将创建一个名为phaser3-parcel-template的文件夹。 您可以像这样指定其他文件夹名称: git clone https://github
【文件预览】:
phaser3-parcel-template-master
----.babelrc(65B)
----jsconfig.json(123B)
----package.json(939B)
----readme.md(4KB)
----LICENSE(1KB)
----src()
--------scenes()
--------index.html(128B)
--------main.js(293B)
----.eslintrc.js(217B)
----.gitignore(58B)