mirror of
https://github.com/misitebao/wails-template-vue
synced 2025-02-23 21:12:14 +08:00
15 lines
387 B
JSON
15 lines
387 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",
|
|
"frontend:dev:serverUrl": "http://localhost:3000",
|
|
"debounceMS": 1000,
|
|
"author": {
|
|
"name": "{{.AuthorName}}",
|
|
"email": "{{.AuthorEmail}}"
|
|
}
|
|
}
|