mirror of
https://gitee.com/h_mo/uniapp-vue3-vite-ts-template
synced 2025-04-06 03:58:03 +08:00
chore
This commit is contained in:
parent
ef431144aa
commit
e6bd329511
@ -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",
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user