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

1
.npmrc
View File

@@ -1 +0,0 @@
shamefully-hoist=true

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

View File

@@ -15,6 +15,7 @@
"core-js": "^3.18.2",
"echarts": "^5.2.1",
"luxon": "^2.0.2",
"string-sanitizer": "^2.0.2",
"vue": "^3.2.19",
"vue-router": "^4.0.11",
"vuex": "^4.0.2"
@@ -30,7 +31,6 @@
"eslint": "^6.8.0",
"eslint-plugin-vue": "^7.19.1",
"sass": "^1.42.1",
"sass-loader": "^10.2.0",
"string-sanitizer": "^2.0.2"
"sass-loader": "^10.2.0"
}
}

8935
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

8792
yarn.lock Normal file

File diff suppressed because it is too large Load Diff