feat: optimize template fields

This commit is contained in:
misitebao 2021-10-03 01:08:44 +08:00
parent a34512a345
commit 1b0b717f64
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
"build": "vue-cli-service build",
"serve": "serve dist"
},
"author": "{{.AuthorName}}",
"dependencies": {
"vue": "^3.0.0",
"vue-i18n": "^9.1.7",

View File

@ -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}}"