From 69468604c992cadd95059626093e45f60c55b45e Mon Sep 17 00:00:00 2001 From: shangbin Date: Thu, 9 Dec 2021 15:50:56 +0800 Subject: [PATCH] update: readme --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c5913a2..93b0bf4 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,9 @@ VCC(Vue Compontent Creator)是Low Code Generator中独立的Vue组件代码编辑器。可以独立运行。 -> 当前已经升级至Vue3 + Vite。 - **通过它可以通过拖拽快速完成Vue组件代码骨架的搭建。详见后文视频介绍链接。** -> 点击这里快速预览效果:[https://vcc.sahadev.tech/](https://vcc.sahadev.tech/) +> 点击这里快速预览效果:[https://vcc.sahadev.tech/](https://vcc.sahadev.tech/) 当前已经升级至Vue3 + Vite。 #### 使用示例 ##### 示例1 @@ -105,7 +103,7 @@ npm i 再进行启动(Vite): ``` -npm run vite +npm run dev ``` 运行完成后,就可以访问[http://localhost:8008/](http://localhost:8008/)预览效果了.