mirror of
https://gitee.com/h_mo/uniapp-vue3-vite-ts-template
synced 2025-04-23 09:50:21 +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",
|
||||
"scripts": {
|
||||
"dev:app": "uni -p app",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "",
|
||||
"appid" : "",
|
||||
"name" : "uni-preset-vue-ts",
|
||||
"appid" : "__UNI__38BE53A",
|
||||
"description" : "",
|
||||
"versionName" : "1.0.0",
|
||||
"versionCode" : "100",
|
||||
@ -75,10 +75,12 @@
|
||||
"vueVersion" : "3",
|
||||
"h5" : {
|
||||
"router" : {
|
||||
"mode" : "history"
|
||||
"mode" : "hash",
|
||||
"base" : "./"
|
||||
},
|
||||
"devServer" : {
|
||||
"https" : false
|
||||
}
|
||||
},
|
||||
"title" : "uni-preset-vue3"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user