0.1.2 • Published 4 years ago

@apowo/phaserui v0.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

ui项目基于 Phaser3 引擎

链接

安装

  1. yarn add phaser-ui

使用

- 项目入口类 import "@apowo/phaserui"
- 对应组件 improt { Button } from "@apowo/phaserui" 其他组件可以通过rexui的api选择导入

phaser-rexui 部分demo

生成声明文件流程(Phaser3-ui项目)

  1. 利用tsc指令将ts脚本转换成js脚本
  2. 利用jsdoc的api对于js脚本属性和方法进行描述,再使用tsgen指令,生成phaserui.d.ts声明文件
  3. 利用watch指令将ui库的js脚本打包成phaserui.js
  4. 修改项目version,利用npm发布phaserui包
0.1.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago