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", "build": "vue-cli-service build",
"serve": "serve dist" "serve": "serve dist"
}, },
"author": "{{.AuthorName}}",
"dependencies": { "dependencies": {
"vue": "^3.0.0", "vue": "^3.0.0",
"vue-i18n": "^9.1.7", "vue-i18n": "^9.1.7",

View File

@ -2,8 +2,8 @@
"name": "{{.ProjectName}}", "name": "{{.ProjectName}}",
"outputfilename": "{{.BinaryName}}", "outputfilename": "{{.BinaryName}}",
"assetdir": "frontend/dist", "assetdir": "frontend/dist",
"frontend:build": "npm run build",
"frontend:install": "npm install", "frontend:install": "npm install",
"frontend:build": "npm run build",
"author": { "author": {
"name": "{{.AuthorName}}", "name": "{{.AuthorName}}",
"email": "{{.AuthorEmail}}" "email": "{{.AuthorEmail}}"