From b3918b9c3c5de4b48811ec95967851cfb3c231e1 Mon Sep 17 00:00:00 2001 From: xingyu Date: Mon, 18 Jul 2022 10:44:48 +0800 Subject: [PATCH] docs: vite2 to vite3 --- README.md | 2 +- README.zh-CN.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2cdb11a..08f21a9 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you need a basic template, please switch to the `tempalte` branch. `Tempalte` ## Feature -- **State of The Art Development**:Use front-end front-end technology development such as Vue3/vite2 +- **State of The Art Development**:Use front-end front-end technology development such as Vue3/vite3 - **TypeScript**: Application-level JavaScript language - **Theming**: Configurable themes - **International**:Built-in complete internationalization program diff --git a/README.zh-CN.md b/README.zh-CN.md index a3a25c9..f06905b 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -17,7 +17,7 @@ vue-element-plus-admin 的定位是后台集成方案,不太适合当基础模 ## 特性 -- **最新技术栈**:使用 Vue3/vite2 等前端前沿技术开发 +- **最新技术栈**:使用 Vue3/vite3 等前端前沿技术开发 - **TypeScript**: 应用程序级 JavaScript 的语言 - **主题**: 可配置的主题 - **国际化**:内置完善的国际化方案 diff --git a/package.json b/package.json index 0b40cb7..631198b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-element-plus-admin", "version": "1.5.4", - "description": "一套基于vue3、element-plus、typesScript、vite2的后台集成方案。", + "description": "一套基于vue3、element-plus、typesScript、vite3的后台集成方案。", "author": "Archer <502431556@qq.com>", "private": false, "scripts": {