switched to yarn for package management
This commit is contained in:
@@ -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
|
||||
|
@@ -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
8935
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user