wails-template-vue/wails.tmpl.json

13 lines
293 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",
2021-10-09 01:39:37 +08:00
"frontend:dev":"npm run build",
2021-10-03 01:08:44 +08:00
"frontend:build": "npm run build",
2021-09-08 08:58:58 +08:00
"author": {
"name": "{{.AuthorName}}",
"email": "{{.AuthorEmail}}"
}
}