mirror of
https://github.com/misitebao/wails-template-vue
synced 2025-02-23 13:02:16 +08:00
feat: update template config
This commit is contained in:
parent
5230c7f065
commit
40a66f88a8
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "wails-template-vue",
|
"name": "wails-template-vue",
|
||||||
"shortname": "vue",
|
"shortname": "vue",
|
||||||
"author": "Misitebao <i@misitebao.com>",
|
"author": "Misite Bao <i@misitebao.com>",
|
||||||
"description": "A template using vue and vue-router",
|
"description": "Wails template based on Vue ecology",
|
||||||
"helpurl": "https://github.com/misitebao/wails-template-vue"
|
"helpurl": "https://github.com/misitebao/wails-template-vue"
|
||||||
}
|
}
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
"frontend:build": "npm run build",
|
"frontend:build": "npm run build",
|
||||||
"frontend:dev:build": "npm run build-only",
|
"frontend:dev:build": "npm run build-only",
|
||||||
"frontend:dev:watcher": "npm run dev",
|
"frontend:dev:watcher": "npm run dev",
|
||||||
"frontend:dev:serverUrl": "http://localhost:5173",
|
"frontend:dev:serverUrl": "auto",
|
||||||
"debounceMS": 500,
|
"debounceMS": 500,
|
||||||
"author": {
|
"author": {
|
||||||
"name": "{{.AuthorName}}",
|
"name": "{{.AuthorName}}",
|
||||||
|
Loading…
Reference in New Issue
Block a user