Skip to content

Commit 6946860

Browse files
author
shangbin
committed
update: readme
1 parent 31335df commit 6946860

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22

33
VCC(Vue Compontent Creator)是Low Code Generator中独立的Vue组件代码编辑器。可以独立运行。
44

5-
> 当前已经升级至Vue3 + Vite。
6-
75
**通过它可以通过拖拽快速完成Vue组件代码骨架的搭建。详见后文视频介绍链接。**
86

9-
> 点击这里快速预览效果:[https://vcc.sahadev.tech/](https://vcc.sahadev.tech/)
7+
> 点击这里快速预览效果:[https://vcc.sahadev.tech/](https://vcc.sahadev.tech/) 当前已经升级至Vue3 + Vite。
108
119
#### 使用示例
1210
##### 示例1
@@ -105,7 +103,7 @@ npm i
105103

106104
再进行启动(Vite):
107105
```
108-
npm run vite
106+
npm run dev
109107
```
110108

111109
运行完成后,就可以访问[http://localhost:8008/](http://localhost:8008/)预览效果了.

0 commit comments

Comments
 (0)