mirror of
https://gitee.com/dgflash/oops-plugin-framework.git
synced 2026-05-21 15:38:40 +08:00
readme
This commit is contained in:
22
README.md
22
README.md
@@ -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 - 框加核心技术库
|
||||
|
||||
Reference in New Issue
Block a user