'admin-21.05.20:修改端口防止端口与百度云冲突,感谢群友@烦。更新最新依赖'
This commit is contained in:
parent
2063732014
commit
899dc13024
2
.env
2
.env
@ -1,5 +1,5 @@
|
||||
# port 端口号
|
||||
VITE_PORT = 10000
|
||||
VITE_PORT = 8888
|
||||
|
||||
# open 运行 npm run dev 时自动打开浏览器
|
||||
VITE_OPEN = false
|
||||
|
@ -2,4 +2,4 @@
|
||||
ENV = 'development'
|
||||
|
||||
# 本地环境接口地址
|
||||
VITE_API_URL = 'http://localhost:10000/'
|
||||
VITE_API_URL = 'http://localhost:8888/'
|
12
package.json
12
package.json
@ -7,7 +7,7 @@
|
||||
"lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/"
|
||||
},
|
||||
"dependencies": {
|
||||
"@antv/g6": "^4.2.7",
|
||||
"@antv/g6": "^4.3.0",
|
||||
"axios": "^0.21.1",
|
||||
"clipboard": "^2.0.8",
|
||||
"countup.js": "^2.0.7",
|
||||
@ -26,18 +26,18 @@
|
||||
"vue-grid-layout": "^3.0.0-beta1",
|
||||
"vue-i18n": "^9.1.4",
|
||||
"vue-router": "^4.0.2",
|
||||
"vue-web-screen-shot": "^1.1.9",
|
||||
"vue-web-screen-shot": "^1.2.0",
|
||||
"vuex": "^4.0.0-rc.2",
|
||||
"wangeditor": "^4.7.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/axios": "^0.14.0",
|
||||
"@types/clipboard": "^2.0.1",
|
||||
"@types/node": "^15.3.0",
|
||||
"@types/node": "^15.3.1",
|
||||
"@types/nprogress": "^0.2.0",
|
||||
"@types/sortablejs": "^1.10.6",
|
||||
"@typescript-eslint/eslint-plugin": "^4.23.0",
|
||||
"@typescript-eslint/parser": "^4.23.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.24.0",
|
||||
"@typescript-eslint/parser": "^4.24.0",
|
||||
"@vitejs/plugin-vue": "^1.2.2",
|
||||
"@vue/compiler-sfc": "^3.0.11",
|
||||
"dotenv": "^9.0.2",
|
||||
@ -47,7 +47,7 @@
|
||||
"sass": "^1.32.13",
|
||||
"sass-loader": "^11.1.1",
|
||||
"typescript": "^4.2.4",
|
||||
"vite": "^2.3.2",
|
||||
"vite": "^2.3.3",
|
||||
"vue-eslint-parser": "^7.6.0"
|
||||
},
|
||||
"browserslist": [
|
||||
|
Loading…
Reference in New Issue
Block a user