Skip to content

Commit 614ea78

Browse files
author
shangbin
committed
Merge branch 'master' into vue3
2 parents 201f8a9 + 1f91718 commit 614ea78

13 files changed

+1214
-1245
lines changed

README.md

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# LCG-VCC
1+
# VCC
22

3-
VCC是Low Code Generator中独立的Vue组件代码编辑器。可以独立运行。
3+
VCC(Vue Compontent Creator)是Low Code Generator中独立的Vue组件代码编辑器。可以独立运行。
4+
5+
> 当前已经升级至Vue3 + Vite。
46
57
**通过它可以通过拖拽快速完成Vue组件代码骨架的搭建。详见后文视频介绍链接。**
68

@@ -101,9 +103,9 @@ new Vue({
101103
npm i
102104
```
103105

104-
再进行启动:
106+
再进行启动(Vite):
105107
```
106-
npm run serve
108+
npm run vite
107109
```
108110

109111
运行完成后,就可以访问[http://localhost:8008/](http://localhost:8008/)预览效果了.
@@ -114,6 +116,22 @@ npm run serve
114116
[【拖拽式Vue组件代码生成平台(LCG)介绍视频-哔哩哔哩】https://b23.tv/FInuZ8](https://b23.tv/FInuZ8)
115117
[【LCG近期功能更新介绍-哔哩哔哩】https://b23.tv/SAHwVq](https://b23.tv/SAHwVq)
116118

119+
## 贡献
120+
121+
1. Fork 仓库
122+
2. 创建分支 (`git checkout -b my-new-feature`)
123+
3. 提交修改 (`git commit -am 'Add some feature'`)
124+
4. 推送 (`git push origin my-new-feature`)
125+
5. 创建 PR
126+
127+
## 欢迎 fork 和反馈
128+
129+
如有建议或意见,欢迎在 github [issues](https://github.com/sahadev/vue-component-creater-ui/issues) 区提问
130+
131+
## 协议
132+
133+
本仓库遵循 [MIT 协议](http://www.opensource.org/licenses/MIT)
134+
117135
## 有疑问?
118136

119137
可以通过sahadev@foxmail.com给我发送邮件,我会及时回复的。
@@ -122,4 +140,6 @@ npm run serve
122140

123141
<img width="300" src="https://static.imonkey.xueersi.com/vcc/wechat_group.jpg">
124142

143+
如果遇到群二维码过期的情况,可以加我微信:SAHADEV-smile,我拉你入群。加我微信时请备注VCC。
144+
125145
另外我也特别希望可以和大家一起做这个项目。这个项目目前主要面对的是前端开发者。后期可以面向后端开发者与产品与UE。

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" href="/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Vite App</title>
7+
<title>拖拽式Vue组件代码生成编辑器(VCC)</title><!-- Place this tag in your head or just before your close body tag. -->
8+
<script async defer src="https://buttons.github.io/buttons.js"></script>
89
</head>
910

1011
<style type="text/css">

0 commit comments

Comments
 (0)