restructure to template
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "frontend",
|
||||
"name": "{{.ProjectName}}",
|
||||
"version": "0.0.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
0
frontend/package.json.md5
Executable file → Normal file
0
frontend/package.json.md5
Executable file → Normal file
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "frontend",
|
||||
"name": "{{.ProjectName}}",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
@ -24,4 +24,4 @@
|
||||
"typescript": "^4.6.4",
|
||||
"vite": "^3.0.7"
|
||||
}
|
||||
}
|
||||
,"author":"{{.AuthorName}}"}
|
0
frontend/wailsjs/go/main/App.d.ts
vendored
Executable file → Normal file
0
frontend/wailsjs/go/main/App.d.ts
vendored
Executable file → Normal file
0
frontend/wailsjs/go/main/App.js
Executable file → Normal file
0
frontend/wailsjs/go/main/App.js
Executable file → Normal file
0
frontend/wailsjs/go/models.ts
Executable file → Normal file
0
frontend/wailsjs/go/models.ts
Executable file → Normal file
0
frontend/wailsjs/go/things/Service.d.ts
vendored
Executable file → Normal file
0
frontend/wailsjs/go/things/Service.d.ts
vendored
Executable file → Normal file
0
frontend/wailsjs/go/things/Service.js
Executable file → Normal file
0
frontend/wailsjs/go/things/Service.js
Executable file → Normal file
Reference in New Issue
Block a user