switched to yarn for package management

This commit is contained in:
2021-10-12 20:11:32 +02:00
parent 33fd9f6b5c
commit c817aecf12
5 changed files with 8798 additions and 8942 deletions

View File

@@ -2,22 +2,22 @@
## Project setup
```
pnpm install
yarn install
```
### Compiles and hot-reloads for development
```
pnpm run serve
yarn serve
```
### Compiles and minifies for production
```
pnpm run build
yarn build
```
### Lints and fixes files
```
pnpm run lint
yarn lint
```
### Customize configuration