From 1aece88fb32ecd2e9c564e92f3c4ef38de3dd97f Mon Sep 17 00:00:00 2001 From: xiangshu233 Date: Sun, 16 Oct 2022 20:47:48 +0800 Subject: [PATCH] change name --- .env | 8 ++++---- README.md | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.env b/.env index d2d5fdb..aa1c894 100644 --- a/.env +++ b/.env @@ -2,13 +2,13 @@ VITE_PORT = 8000 # 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 不可出现空格等特殊字符 -VITE_GLOB_APP_SHORT_NAME = VantMobile +# spa shortname 不可出现空格数字等特殊字符 +VITE_GLOB_APP_SHORT_NAME = vantMobile # 生产环境 开启mock VITE_GLOB_PROD_MOCK = true diff --git a/README.md b/README.md index 7c1da68..cd95c42 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# vue3-ts +# vue3-vant4-mobile ## Project setup ``` diff --git a/package.json b/package.json index 1a4169f..87dad9e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "vant4-vue3-ts", + "name": "vue3-vant4-mobile", "private": true, "version": "0.0.1", "scripts": {