修改package

This commit is contained in:
橙子
2022-04-26 01:43:18 +08:00
parent 630cfb6769
commit 3720644153
3 changed files with 10217 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
#接口服务地址
VUE_APP_SERVICE_URL='https://localhost:44329/api'
VUE_APP_SERVICE_URL='https://localhost:19001/api'
#开发环境路径前缀
VUE_APP_BASE_API='/dev-apis'

10189
Yi.Vue2.x/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

27
Yi.Vue2.x/package.json Normal file
View File

@@ -0,0 +1,27 @@
{
"name": "vuetify-test",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"axios": "^0.22.0",
"vue": "^2.6.11",
"vue-chartist": "^2.3.1",
"vue-router": "^3.2.0",
"vuetify": "^2.4.0",
"vuetify-dialog": "^2.0.17",
"vuex": "^3.6.2"
},
"devDependencies": {
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"sass": "~1.32.0",
"sass-loader": "^10.0.0",
"vue-cli-plugin-vuetify": "~2.4.2",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.7.0"
}
}