From 8450e5159f1465026eb32db5209cb3e600b87eaa Mon Sep 17 00:00:00 2001 From: chansee97 Date: Wed, 9 Apr 2025 19:25:20 +0800 Subject: [PATCH] chore: update readme --- README.md | 4 ++-- README.zh-CN.md | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0e600f9..9ea31b4 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ ## Features -- Developed based on the latest technology stack including Vue3, Vite5, TypeScript, NaiveUI, Unocss, etc. +- Developed based on the latest technology stack including Vue3, Vite6, TypeScript, NaiveUI, Unocss, etc. - Based on [alova](https://alova.js.org/) encapsulation and configuration, providing unified response handling and multi-scenario capabilities. - Comprehensive front-end and back-end permission management solution. - Supports local static routes and dynamically generated routes from the back end, with easy route configuration. @@ -55,7 +55,7 @@ This project uses ApiFox for interface mock, check the online documentation for ## Install and use -The local development environment is recommended to use pnpm 8.x, Node.js must be version 20.x. +The local development environment is recommended to use pnpm 10.x, Node.js version 21.x. It is recommended to directly download the compressed package from [Releases](https://github.com/chansee97/nova-admin/releases) diff --git a/README.zh-CN.md b/README.zh-CN.md index 33e57e6..a71c5df 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -24,7 +24,7 @@ ## 特性 -- 基于Vue3、Vite5、TypeScript、NaiveUI、Unocss等最新技术栈开发 +- 基于Vue3、Vite6、TypeScript、NaiveUI、Unocss等最新技术栈开发 - 基于[alova](https://alova.js.org/)封装和配置,提供统一的响应处理和多场景能力 - 完善的前后端权限管理方案 - 支持本地静态路由和后台返回动态路由,路由简单易配置 @@ -55,7 +55,7 @@ ## 安装使用 -本地开发环境建议使用 pnpm 8.x 、Node.js 必须 20.x +本地开发环境建议使用 pnpm 10.x 、Node.js 21.x 推荐直接下载[Releases](https://github.com/chansee97/nova-admin/releases)压缩包 diff --git a/package.json b/package.json index dcdaaf5..95fe204 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nova-admin", "type": "module", - "version": "0.9.12", + "version": "0.9.13", "private": true, "description": "a clean and concise back-end management template based on Vue3, Vite5, Typescript, and Naive UI.", "author": {