wails-template-vue/wails.tmpl.json
2021-10-31 04:40:11 +08:00

13 lines
293 B
JSON

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