wails-template-vue/wails.tmpl.json
2021-12-09 16:05:19 +08:00

12 lines
265 B
JSON

{
"name": "{{.ProjectName}}",
"outputfilename": "{{.BinaryName}}",
"assetdir": "frontend/dist",
"frontend:install": "npm install",
"frontend:build": "npm run build -w js",
"author": {
"name": "{{.AuthorName}}",
"email": "{{.AuthorEmail}}"
}
}