From cb7c42ae1f113fdd24d1fc6ec846a3444452c3ab Mon Sep 17 00:00:00 2001 From: haixin <1875934025@qq.com> Date: Thu, 4 Jan 2024 20:33:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=90=8D=E7=A7=B0=E6=9B=BF=E6=8D=A2?= =?UTF-8?q?=E4=B8=BAvue-form-design?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 8 +- README.md | 10 +- package.json | 6 +- packages/editor/src/components/Nav.vue | 4 +- playground/index.html | 2 +- playground/vite.config.ts | 2 +- pnpm-lock.yaml | 2801 ++++++++++++------------ 7 files changed, 1448 insertions(+), 1385 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e94ad07..65713b6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,20 +22,20 @@ 在自己的 github 中,找到 fork 下来的项目,git clone 到本地。 ```bash -$ git clone git@github.com:/starfish-vue3-lowcode.git +$ git clone git@github.com:/vue-form-design.git ``` -#### 添加 starfish-vue3-lowcode 仓库 +#### 添加 vue-form-design 仓库 将 fork 源仓库连接到本地仓库: ```bash $ git remote add # 例如: -$ git remote add wepy git@github.com:haixin-fang/starfish-vue3-lowcode.git +$ git remote add wepy git@github.com:haixin-fang/vue-form-design.git ``` -#### 保持与 starfish-vue3-lowcode 仓库的同步 +#### 保持与 vue-form-design 仓库的同步 更新上游仓库: diff --git a/README.md b/README.md index 9204294..ab05c95 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# starfish-vue3-lowcode +# vue-form-design Starfish 可视化动态表单平台及h5页面搭建平台。 * 💪 Vue 3.0 Composition API @@ -6,7 +6,7 @@ Starfish 可视化动态表单平台及h5页面搭建平台。 # 在线体验 -https://haixin-fang.github.io/starfish-vue3-lowcode/playground/index.html +https://haixin-fang.github.io/vue-form-design/playground/index.html ## 图片 [![vlt3PU.gif](https://s1.ax1x.com/2022/08/09/vlt3PU.gif)](https://imgtu.com/i/vlt3PU) @@ -55,7 +55,7 @@ $ pnpm pg 最后在浏览器中打开 -http://localhost:1100/starfish-vue3-lowcode/playground/#/ +http://localhost:1100/vue-form-design/playground/#/ 即可得到一个动态表单项目 @@ -181,10 +181,10 @@ menu: { 非常感谢留下星星的好心人,感谢您的支持 :heart: -[![Stargazers for starfish-vue3-lowcode](https://bytecrank.com/nastyox/reporoster/php/stargazersSVG.php?user=haixin-fang&repo=starfish-vue3-lowcode)](https://github.com/haixin-fang/starfish-vue3-lowcode/stargazers) +[![Stargazers for vue-form-design](https://bytecrank.com/nastyox/reporoster/php/stargazersSVG.php?user=haixin-fang&repo=vue-form-design)](https://github.com/haixin-fang/vue-form-design/stargazers) ## `Fork` 瞧,那些 `小哥哥` 、`小姐姐` 认真 `学习` 的样子真滴是 `哎呦不错哦` :heart: -[![Forkers repo roster for starfish-vue3-lowcode](https://reporoster.com/forks/haixin-fang/starfish-vue3-lowcode)](https://github.com/haixin-fang/starfish-vue3-lowcode/network/members) \ No newline at end of file +[![Forkers repo roster for vue-form-design](https://reporoster.com/forks/haixin-fang/vue-form-design)](https://github.com/haixin-fang/vue-form-design/network/members) \ No newline at end of file diff --git a/package.json b/package.json index f7aa4fc..9da602c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "starfish-vue3-lowcode", + "name": "vue-form-design", "version": "1.0.0-alpha.2", "private": true, "packageManager": "pnpm@7.1.9", @@ -21,10 +21,10 @@ }, "repository": { "type": "git", - "url": "git@github.com:haixin-fang/starfish-vue3-lowcode.git" + "url": "git@github.com: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", diff --git a/packages/editor/src/components/Nav.vue b/packages/editor/src/components/Nav.vue index 11533ad..c42f81a 100644 --- a/packages/editor/src/components/Nav.vue +++ b/packages/editor/src/components/Nav.vue @@ -2,10 +2,10 @@
diff --git a/playground/index.html b/playground/index.html index 111a087..20ef9f9 100644 --- a/playground/index.html +++ b/playground/index.html @@ -3,7 +3,7 @@ - Starfish-Vue3-lowcode + vue-form-design