mirror of
https://github.com/misitebao/wails-template-vue
synced 2025-02-24 05:42:16 +08:00
* docs: update logo * docs: update graphic demo * docs: update readme * feat: add debounceMS field * feat: add script file * release v2.0.0-beta.5
14 lines
342 B
JSON
14 lines
342 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",
|
|
"debounceMS": 2000,
|
|
"author": {
|
|
"name": "{{.AuthorName}}",
|
|
"email": "{{.AuthorEmail}}"
|
|
}
|
|
}
|