更新初始化方式

pull/1/head
yutent 2022-10-21 12:02:38 +08:00
parent 417aec4b55
commit 7ebdcb9b8e
1 changed files with 1 additions and 10 deletions

View File

@ -34,15 +34,6 @@
### 使用 ### 使用
1. 先全局安装 `@bytedo/vue-live-cli`, 再用它来创建项目
```bash ```bash
sudo npm i -g @bytedo/vue-live-cli npm create vue-live@latest
```
2. 创建项目
```bash
mkdir vue-demo
cd vue-demo
vue-live-cli init
``` ```