forked from opentiny/tiny-vue
fix(readme): 修复readme文档npm下载方式 (#5)
This commit is contained in:
parent
0527f9519a
commit
43c2306b9c
|
@ -50,7 +50,7 @@ import { Button as TinyButton } from '@opentiny/vue'
|
||||||
```shell
|
```shell
|
||||||
git clone git@github.com:opentiny/tiny-vue.git
|
git clone git@github.com:opentiny/tiny-vue.git
|
||||||
cd tiny-vue
|
cd tiny-vue
|
||||||
npm i
|
npm i --legacy-peer-deps
|
||||||
|
|
||||||
# 启动 Vue3 项目
|
# 启动 Vue3 项目
|
||||||
npm run dev:vue3
|
npm run dev:vue3
|
||||||
|
|
Loading…
Reference in New Issue