diff --git a/template.json b/template.json index 1f4111b..31e9ec0 100644 --- a/template.json +++ b/template.json @@ -1,7 +1,7 @@ { "name": "wails-template-vue", "shortname": "vue", - "author": "Misitebao ", - "description": "A template using vue and vue-router", + "author": "Misite Bao ", + "description": "Wails template based on Vue ecology", "helpurl": "https://github.com/misitebao/wails-template-vue" } diff --git a/wails.tmpl.json b/wails.tmpl.json index 278b7e8..bd3a06e 100644 --- a/wails.tmpl.json +++ b/wails.tmpl.json @@ -6,7 +6,7 @@ "frontend:build": "npm run build", "frontend:dev:build": "npm run build-only", "frontend:dev:watcher": "npm run dev", - "frontend:dev:serverUrl": "http://localhost:5173", + "frontend:dev:serverUrl": "auto", "debounceMS": 500, "author": { "name": "{{.AuthorName}}",