mirror of
https://github.com/misitebao/wails-template-vue
synced 2025-02-24 05:42:16 +08:00
feat: optimize template fields
This commit is contained in:
parent
a34512a345
commit
1b0b717f64
@ -7,6 +7,7 @@
|
||||
"build": "vue-cli-service build",
|
||||
"serve": "serve dist"
|
||||
},
|
||||
"author": "{{.AuthorName}}",
|
||||
"dependencies": {
|
||||
"vue": "^3.0.0",
|
||||
"vue-i18n": "^9.1.7",
|
||||
|
@ -2,8 +2,8 @@
|
||||
"name": "{{.ProjectName}}",
|
||||
"outputfilename": "{{.BinaryName}}",
|
||||
"assetdir": "frontend/dist",
|
||||
"frontend:build": "npm run build",
|
||||
"frontend:install": "npm install",
|
||||
"frontend:build": "npm run build",
|
||||
"author": {
|
||||
"name": "{{.AuthorName}}",
|
||||
"email": "{{.AuthorEmail}}"
|
||||
|
Loading…
Reference in New Issue
Block a user