Env setup

This commit is contained in:
Vion
2022-01-07 19:12:40 +08:00
parent 802f98d8a5
commit 989bec826e
12 changed files with 101 additions and 42 deletions

View File

@@ -10,7 +10,7 @@
},
"config": {
"nuxt": {
"host": "192.168.10.108",
"host": "localhost",
"port": "8080"
}
},
@@ -26,11 +26,11 @@
"less-loader": "^6.0.0",
"nuxt": "^2.15.7",
"nuxt-tailvue": "^1.0.95",
"postcss-px2rem": "^0.3.0",
"qrcodejs2": "^0.0.2",
"swiper": "^5.4.5",
"vant": "^2.12.22",
"vue-awesome-swiper": "^4.1.1"
"vue-awesome-swiper": "^4.1.1",
"vuex-persistedstate": "^4.1.0"
},
"devDependencies": {
"@vant/area-data": "^1.1.5",