wails-template-vue/wails.tmpl.json
2022-05-06 01:31:46 +08:00

15 lines
387 B
JSON

{
"name": "{{.ProjectName}}",
"outputfilename": "{{.BinaryName}}",
"assetdir": "frontend/dist",
"frontend:install": "npm install",
"frontend:build": "npm run build -w js",
"frontend:dev:watcher": "npm run dev -w js",
"frontend:dev:serverUrl": "http://localhost:3000",
"debounceMS": 1000,
"author": {
"name": "{{.AuthorName}}",
"email": "{{.AuthorEmail}}"
}
}