wails-template-vue/wails.tmpl.json

14 lines
342 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 build:watch -w js",
"debounceMS": 1500,
"author": {
"name": "{{.AuthorName}}",
"email": "{{.AuthorEmail}}"
}
}