wails-template-vue/wails.tmpl.json
daoif 845e3b0829
Make TS template in wails beta 35 can be built and run normally (#31)
* Make TS template in wails beta 35 can be built and run normally

* Make TS template in wails beta 35 can be built and run normally2
2022-05-05 04:19:20 +08:00

14 lines
334 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 dev -w js",
"debounceMS": 1200,
"author": {
"name": "{{.AuthorName}}",
"email": "{{.AuthorEmail}}"
}
}