ccc-devtools/README.md

62 lines
1.6 KiB
Markdown
Raw Permalink Normal View History

2020-12-01 08:56:32 +00:00
# ccc-devtools v3.0.0
2020-04-14 13:38:52 +00:00
Cocos Creator 网页调试工具,运行时查看、修改节点树,实时更新节点属性,可视化缓存资源。
2018-12-26 12:21:22 +00:00
2020-04-14 13:38:52 +00:00
## 功能
2018-12-27 02:00:44 +00:00
2020-04-14 13:38:52 +00:00
- 场景节点树实时显示,节点、组件属性实时显示更改
2018-12-27 02:00:44 +00:00
2020-04-14 13:38:52 +00:00
![preview](./screenshots/preview1.gif)
- 可视化缓存资源
![preview](./screenshots/preview2.png)
- 标记场景中节点位置
2020-04-14 13:38:52 +00:00
![preview](./screenshots/preview3.png)
2020-04-14 13:38:52 +00:00
- 输出节点、组件引用到控制台
![preview](./screenshots/preview4.png)
- cc控制台功能扩展
![preview](./screenshots/preview5.png)
## 全局使用
2018-12-27 02:00:44 +00:00
2020-12-01 08:56:32 +00:00
Cocos Creator 3.0暂不支持全局使用
2018-12-27 02:00:44 +00:00
2020-04-14 13:38:52 +00:00
## 项目使用
2018-12-27 02:00:44 +00:00
2020-12-01 08:56:32 +00:00
- `cd PROJECT_PATH && git clone -b v3.0.0 https://github.com/potato47/ccc-devtools.git preview-template`
- 或者手动将本项目对应分支下载到项目目录后,将名字改为 `preview-template`
2020-04-14 13:38:52 +00:00
## 自定义
- 本项目使用了 vue 和 vuetify可根据 [vuetify 文档](https://vuetifyjs.com/en/getting-started/quick-start/) 对页面进行修改
- 节点、组件显示属性可在 `config.js` 里配置,目前支持 textnumbertextareacolorbool 几种类型
2018-12-27 02:00:44 +00:00
## 需求、更新
2018-12-26 12:21:22 +00:00
https://github.com/potato47/ccc-devtools
如果没有更改源码,可直接在目录下 git pull
2019-04-10 03:07:15 +00:00
论坛讨论地址https://forum.cocos.com/t/creator-20190201/71578
## 贡献指南
- 版本号命名规则 https://semver.org/lang/zh-CN/ ,简单来讲新功能第二位加一修复bug第三位加一
2020-04-14 13:38:52 +00:00
- 如果新增功能请在README中添加预览截图说明
2020-04-14 13:38:52 +00:00
- 记得更新version.json中的版本号
2020-04-14 13:38:52 +00:00
## 前人种树
2020-04-14 13:38:52 +00:00
- https://github.com/vuejs/vue
2020-04-14 13:38:52 +00:00
- https://github.com/vuetifyjs/vuetify