Commit e0942c9a by zsh

UPDATE

parent 89175f9c
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
#### 1. 初始化Gitlab仓库 #### 1. 初始化Gitlab仓库
```
1.1 点击 `New project` 1.1 点击 `New project`
1.2 选择最后一项 1.2 选择最后一项
...@@ -18,19 +17,15 @@ ...@@ -18,19 +17,15 @@
1.4 仓库权限 1.4 仓库权限
`Visibility Level` => 选择第一项(`Private`), 通过单独添加开发者的方式添加其他人的开发权限(`Developer`) `Visibility Level` => 选择第一项(`Private`), 通过单独添加开发者的方式添加其他人的开发权限(`Developer`)
```
#### 2. 添加依赖runner(git子包仓库) #### 2. 添加依赖runner(git子包仓库)
```
初始化子包仓库 初始化子包仓库
`npm run init` `npm run init`
更新子包仓库 更新子包仓库
`npm run update` `npm run update`
```
#### 3. 添加node依赖 #### 3. 添加node依赖
```
`npm install` `npm install`
开发环境 开发环境
...@@ -38,7 +33,6 @@ ...@@ -38,7 +33,6 @@
打包部署 打包部署
`npm run build` `npm run build`
```
### 页面名称 ### 页面名称
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment