mirror of
https://gitee.com/dgflash/oops-plugin-framework.git
synced 2026-05-30 18:39:18 +08:00
readme
This commit is contained in:
15
README.md
15
README.md
@@ -1,3 +1,9 @@
|
||||
<!--
|
||||
* @Author: dgflash
|
||||
* @Date: 2022-07-25 18:16:13
|
||||
* @LastEditors: dgflash
|
||||
* @LastEditTime: 2022-07-25 18:26:58
|
||||
-->
|
||||
#### 介绍
|
||||
oops-framework-plugin 是基于 Cocos Creator 3.x 以插件形式使用的游戏框架,此版本框架代码与游戏具体业务逻辑代码分离,方便在项目开发过程随时更新框架最新版本代码。
|
||||
|
||||
@@ -7,5 +13,14 @@ oops-framework-plugin 是基于 Cocos Creator 3.x 以插件形式使用的游戏
|
||||
- [ecs](https://gitee.com/dgflash/oops-framework/tree/master/doc/ecs/ecs.md)
|
||||
- [mvvm](https://gitee.com/dgflash/oops-framework/tree/master/doc/mvvm)
|
||||
|
||||
#### 使用说明
|
||||
###### windows
|
||||
```
|
||||
rm extensions
|
||||
cd extensions
|
||||
git clone -b master https://gitee.com/dgflash/oops-plugin-framework.git
|
||||
git pull
|
||||
```
|
||||
|
||||
#### 学习交流 QQ 群:798575969
|
||||

|
||||
Reference in New Issue
Block a user