This commit is contained in:
dgflash
2022-08-12 18:18:29 +08:00
parent 4c99bcd5e5
commit 5b1b6a5e80

View File

@@ -7,28 +7,6 @@ oops-plugin-framework 是基于 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
```
md extensions
cd extensions
git clone -b master https://gitee.com/dgflash/oops-plugin-framework.git
git pull
```
###### mac
```
mkdir -p extensions
cd extensions
git clone -b master https://gitee.com/dgflash/oops-plugin-framework.git
git pull
```
##### 后续更新框架插件新版本
```
git pull // 对插件目录执行下列命令
```
### 框架目录结构
```
core - 框加核心技术库