wails-template-vue/wails.tmpl.json
2022-02-24 07:49:20 +08:00

13 lines
320 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",
"author": {
"name": "{{.AuthorName}}",
"email": "{{.AuthorEmail}}"
}
}