mirror of
https://github.com/kevin-DL/wails-vue-template.git
synced 2026-01-20 05:15:08 +00:00
Initial commit
This commit is contained in:
13
wails.json
Normal file
13
wails.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "https://wails.io/schemas/config.v2.json",
|
||||
"name": "template",
|
||||
"outputfilename": "template",
|
||||
"frontend:install": "npm install",
|
||||
"frontend:build": "npm run build",
|
||||
"frontend:dev:watcher": "npm run dev",
|
||||
"frontend:dev:serverUrl": "auto",
|
||||
"author": {
|
||||
"name": "kevin-DL",
|
||||
"email": "kevanatole@gmail.com"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user