wails-template-vue/wails.tmpl.json

15 lines
387 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 -w js",
"frontend:dev:watcher": "npm run dev -w js",
2022-05-04 01:31:31 +08:00
"frontend:dev:serverUrl": "http://localhost:3000",
"debounceMS": 1000,
2021-09-08 08:58:58 +08:00
"author": {
"name": "{{.AuthorName}}",
"email": "{{.AuthorEmail}}"
}
}