This commit is contained in:
h_mo 2022-06-19 20:36:46 +08:00
parent ef431144aa
commit e6bd329511
2 changed files with 7 additions and 5 deletions

View File

@ -1,5 +1,5 @@
{ {
"name": "uni-preset-vue", "name": "uni-preset-vue3",
"version": "0.0.0", "version": "0.0.0",
"scripts": { "scripts": {
"dev:app": "uni -p app", "dev:app": "uni -p app",

View File

@ -1,6 +1,6 @@
{ {
"name" : "", "name" : "uni-preset-vue-ts",
"appid" : "", "appid" : "__UNI__38BE53A",
"description" : "", "description" : "",
"versionName" : "1.0.0", "versionName" : "1.0.0",
"versionCode" : "100", "versionCode" : "100",
@ -75,10 +75,12 @@
"vueVersion" : "3", "vueVersion" : "3",
"h5" : { "h5" : {
"router" : { "router" : {
"mode" : "history" "mode" : "hash",
"base" : "./"
}, },
"devServer" : { "devServer" : {
"https" : false "https" : false
} },
"title" : "uni-preset-vue3"
} }
} }