fix(readme): 修复readme文档npm下载方式 (#5)

This commit is contained in:
ajaxzheng 2023-02-20 03:56:51 -08:00 committed by GitHub
parent 0527f9519a
commit 43c2306b9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ import { Button as TinyButton } from '@opentiny/vue'
```shell
git clone git@github.com:opentiny/tiny-vue.git
cd tiny-vue
npm i
npm i --legacy-peer-deps
# 启动 Vue3 项目
npm run dev:vue3