From 81d2dc6a43df8fd5799461cdafc1b7e6054cf1e1 Mon Sep 17 00:00:00 2001 From: kailong321200875 <321200875@qq.com> Date: Sun, 10 Dec 2023 09:22:56 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0Readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- README.zh-CN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4b432f3..383d508 100644 --- a/README.md +++ b/README.md @@ -44,13 +44,13 @@ Online examples do not apply to menu filtering by default, but directly use Stat ## Preparation - [node](http://nodejs.org/) and [git](https://git-scm.com/) - Project development environment -- [Vite4](https://vitejs.dev/) - Familiar with vite features +- [Vite](https://vitejs.dev/) - Familiar with vite features - [Vue3](https://v3.vuejs.org/) - Familiar with Vue basic syntax - [TypeScript](https://www.typescriptlang.org/) - Familiar with the basic syntax of `TypeScript` - [Es6+](http://es6.ruanyifeng.com/) - Familiar with es6 basic syntax - [Vue-Router-Next](https://next.router.vuejs.org/) - Familiar with the basic use of vue-router - [Element-Plus](https://element-plus.org/) - Familiar with the basic use of element-plus -- [Mock.js](https://github.com/nuysoft/Mock) - mockjs basic syntax +- [Faker.js](https://github.com/faker-js/faker#readme) - Generate massive amounts of fake contextual data ## Install and use diff --git a/README.zh-CN.md b/README.zh-CN.md index 7574b20..e03a232 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -44,13 +44,13 @@ vue-element-plus-admin 的定位是后台集成方案,不太适合当基础模 ## 前序准备 - [node](http://nodejs.org/) 和 [git](https://git-scm.com/) - 项目开发环境 -- [Vite4](https://vitejs.dev/) - 熟悉 vite 特性 +- [Vite](https://vitejs.dev/) - 熟悉 vite 特性 - [Vue3](https://v3.vuejs.org/) - 熟悉 Vue 基础语法 - [TypeScript](https://www.typescriptlang.org/) - 熟悉 `TypeScript` 基本语法 - [Es6+](http://es6.ruanyifeng.com/) - 熟悉 es6 基本语法 - [Vue-Router-Next](https://next.router.vuejs.org/) - 熟悉 vue-router 基本使用 - [Element-Plus](https://element-plus.org/) - element-plus 基本使用 -- [Mock.js](https://github.com/nuysoft/Mock) - mockjs 基本语法 +- [Faker.js](https://github.com/faker-js/faker#readme) - 生成大量伪造的上下文数据 ## 安装和使用