Skip to content

Commit

Permalink
feat: 名称替换为vue-form-design
Browse files Browse the repository at this point in the history
  • Loading branch information
haixin-fang committed Jan 4, 2024
1 parent dfd7cb7 commit cb7c42a
Show file tree
Hide file tree
Showing 7 changed files with 1,448 additions and 1,385 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 仓库的同步

更新上游仓库:

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# starfish-vue3-lowcode
# vue-form-design
Starfish 可视化动态表单平台及h5页面搭建平台。

* 💪 Vue 3.0 Composition API
* 🔥 Written in TypeScript

# 在线体验

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)
Expand Down Expand Up @@ -55,7 +55,7 @@ $ pnpm pg

最后在浏览器中打开

http://localhost:1100/starfish-vue3-lowcode/playground/#/
http://localhost:1100/vue-form-design/playground/#/

即可得到一个动态表单项目

Expand Down Expand Up @@ -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)
[![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)
6 changes: 3 additions & 3 deletions package.json
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]",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/editor/src/components/Nav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<div class="header_nav">
<div class="logo">
<div><span>starfish</span> 表单设计器</div>
<!-- <iframe src="https://ghbtns.com/github-btn.html?user=haixin-fang&amp;repo=starfish-vue3-lowcode&amp;type=star&amp;count=true" frameborder="0" scrolling="0" width="160px" height="30px" style="vertical-align: middle; margin-top: 10px; margin-left: 10px"></iframe> -->
<!-- <iframe src="https://ghbtns.com/github-btn.html?user=haixin-fang&amp;repo=vue-form-design&amp;type=star&amp;count=true" frameborder="0" scrolling="0" width="160px" height="30px" style="vertical-align: middle; margin-top: 10px; margin-left: 10px"></iframe> -->
</div>
<div class="starfish-link">
<a href="https://github.com/haixin-fang/starfish-vue3-lowcode" target="_black">GitHub</a>
<a href="https://github.com/haixin-fang/vue-form-design" target="_black">GitHub</a>
</div>
</div>
</template>
Expand Down
2 changes: 1 addition & 1 deletion playground/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Starfish-Vue3-lowcode</title>
<title>vue-form-design</title>
<script charset="UTF-8" id="LA_COLLECT" src="//sdk.51.la/js-sdk-pro.min.js"></script>
<script>
LA.init({ id: "3GODrnzUczsjYuJT", ck: "3GODrnzUczsjYuJT" });
Expand Down
2 changes: 1 addition & 1 deletion playground/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default defineConfig({
],
},
},
base: "/starfish-vue3-lowcode/playground",
base: "/vue-form-design/playground",
build: {
cssCodeSplit: false, // 如果设置为false,整个项目中的所有 CSS 将被提取到一个 CSS 文件中
sourcemap: false, // 构建后是否生成 source map 文件。如果为 true,将会创建一个独立的 source map 文件
Expand Down
Loading

0 comments on commit cb7c42a

Please sign in to comment.