mirror of
https://github.com/misitebao/wails-template-vue
synced 2025-02-24 05:42:16 +08:00
12 lines
265 B
JSON
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}}"
|
|
}
|
|
}
|