mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-04-05 19:41:43 +08:00
⬆️ chore: update version
This commit is contained in:
parent
4b399776fe
commit
e4b7ade583
@ -7,6 +7,8 @@
|
||||
"scripts": {
|
||||
"serve": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
|
||||
"build": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
|
||||
"serve:mac": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
|
||||
"build:mac": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
|
||||
"lint": "vue-cli-service lint --fix",
|
||||
"lint:eslint": "eslint {src,mock,library}/**/*.{vue,js,ts} --fix",
|
||||
"lint:prettier": "prettier {src,mock,library}/**/*.{html,vue,css,sass,scss,js,ts,md} --write",
|
||||
@ -44,7 +46,7 @@
|
||||
"nprogress": "^0.2.0",
|
||||
"qs": "^6.11.2",
|
||||
"screenfull": "^5.2.0",
|
||||
"sortablejs": "^1.15.1",
|
||||
"sortablejs": "^1.15.2",
|
||||
"vab-icon": "file:vab-icon",
|
||||
"vue": "~2.7.14",
|
||||
"vue-echarts": "6.6.8",
|
||||
|
Loading…
x
Reference in New Issue
Block a user