change name

This commit is contained in:
xiangshu233 2022-10-16 20:47:48 +08:00
parent 5ab84728ee
commit 1aece88fb3
3 changed files with 6 additions and 6 deletions

8
.env
View File

@ -2,13 +2,13 @@
VITE_PORT = 8000 VITE_PORT = 8000
# spa-title # spa-title
VITE_GLOB_APP_TITLE = Vue3VantMobile VITE_GLOB_APP_TITLE = Vue3Vant4Mobile
# 系统中文名称 # 系统中文名称
VITE_GLOB_APP_TITLE_CN = vue3-vant-mobile VITE_GLOB_APP_TITLE_CN = vue3-vant4-mobile
# spa shortname 不可出现空格等特殊字符 # spa shortname 不可出现空格数字等特殊字符
VITE_GLOB_APP_SHORT_NAME = VantMobile VITE_GLOB_APP_SHORT_NAME = vantMobile
# 生产环境 开启mock # 生产环境 开启mock
VITE_GLOB_PROD_MOCK = true VITE_GLOB_PROD_MOCK = true

View File

@ -1,4 +1,4 @@
# vue3-ts # vue3-vant4-mobile
## Project setup ## Project setup
``` ```

View File

@ -1,5 +1,5 @@
{ {
"name": "vant4-vue3-ts", "name": "vue3-vant4-mobile",
"private": true, "private": true,
"version": "0.0.1", "version": "0.0.1",
"scripts": { "scripts": {