-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dfd7cb7
commit cb7c42a
Showing
7 changed files
with
1,448 additions
and
1,385 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,20 +22,20 @@ | |
在自己的 github 中,找到 fork 下来的项目,git clone 到本地。 | ||
|
||
```bash | ||
$ git clone [email protected]:<yourname>/starfish-vue3-lowcode.git | ||
$ git clone [email protected]:<yourname>/vue-form-design.git | ||
``` | ||
|
||
#### 添加 starfish-vue3-lowcode 仓库 | ||
#### 添加 vue-form-design 仓库 | ||
|
||
将 fork 源仓库连接到本地仓库: | ||
|
||
```bash | ||
$ git remote add <name> <url> | ||
# 例如: | ||
$ git remote add wepy [email protected]:haixin-fang/starfish-vue3-lowcode.git | ||
$ git remote add wepy [email protected]:haixin-fang/vue-form-design.git | ||
``` | ||
|
||
#### 保持与 starfish-vue3-lowcode 仓库的同步 | ||
#### 保持与 vue-form-design 仓库的同步 | ||
|
||
更新上游仓库: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "starfish-vue3-lowcode", | ||
"name": "vue-form-design", | ||
"version": "1.0.0-alpha.2", | ||
"private": true, | ||
"packageManager": "[email protected]", | ||
|
@@ -21,10 +21,10 @@ | |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:haixin-fang/starfish-vue3-lowcode.git" | ||
"url": "[email protected]:haixin-fang/vue-form-design.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/haixin-fang/starfish-vue3-lowcode/issues" | ||
"url": "https://github.com/haixin-fang/vue-form-design/issues" | ||
}, | ||
"author": "haixin-fang", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.