diff --git a/README.md b/README.md index 0864dff..5330474 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ ## ⚡️ 简介 -一个中后台管理系统基础解决方案,基于 Vue3、TypeScript、Element-Plus、Pinia 和 Vite \ No newline at end of file +一个中后台管理系统基础解决方案,基于 Vue3、TypeScript、Element-Plus、Pinia 和 Vite. + +模板代码是从 [v3-admin v3.1.3](https://github.com/un-pany/v3-admin) 迁移而来,只是脚手架从 vue-cli 5.x 切换到了 vite,并作了一些繁琐我适配. + +现在还是预发布 3.1.3-rc1 版本,各位拿来测试即可,谨慎用上生产环境. \ No newline at end of file diff --git a/package.json b/package.json index 64f6af8..a83b80c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "v3-admin-vite", "private": true, - "version": "0.0.0", + "version": "3.1.3-rc1", "scripts": { "dev": "vite", "build:stage": "vue-tsc --noEmit && vite build --mode staging",