mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-09 13:53:38 +08:00
chore: use yarn replace npm
This commit is contained in:
@@ -53,20 +53,20 @@ git clone https://github.com.cnpmjs.org/xiaoxian521/vue-pure-admin.git
|
||||
```bash
|
||||
cd vue-pure-admin
|
||||
|
||||
npm install
|
||||
yarn install
|
||||
|
||||
```
|
||||
|
||||
- run
|
||||
|
||||
```bash
|
||||
npm run serve
|
||||
yarn serve
|
||||
```
|
||||
|
||||
- build
|
||||
|
||||
```bash
|
||||
npm run build
|
||||
yarn build
|
||||
```
|
||||
|
||||
## Change Log
|
||||
|
||||
Reference in New Issue
Block a user