wails-template-vue/wails.tmpl.json

16 lines
403 B
JSON
Raw Normal View History

2021-09-08 08:58:58 +08:00
{
"name": "{{.ProjectName}}",
"outputfilename": "{{.BinaryName}}",
"assetdir": "frontend/dist",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:build": "npm run build-only",
"frontend:dev:watcher": "npm run dev",
2022-11-22 01:13:52 +08:00
"frontend:dev:serverUrl": "auto",
"debounceMS": 500,
2021-09-08 08:58:58 +08:00
"author": {
"name": "{{.AuthorName}}",
"email": "{{.AuthorEmail}}"
}
}