1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-04-06 03:57:53 +08:00

Update README.md recommend yarn

Update README.md recommend yarn
This commit is contained in:
chyy 2023-05-12 11:00:59 +08:00 committed by GitHub
parent 0caa975ee2
commit c6aceab3bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -174,7 +174,7 @@ git clone https://github.com/PanJiaChen/vue-element-admin.git
cd vue-element-admin
# install dependency
npm install
npm install 或 yarn(推荐)
# develop
npm run dev