From 5bd4b96d7e57b3a350482cdd682d61a8a7ce272b Mon Sep 17 00:00:00 2001 From: invalid w Date: Wed, 27 Sep 2023 15:18:54 +0800 Subject: [PATCH] change antdv link --- guide/introduction.md | 7 +++---- other/faq.md | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/guide/introduction.md b/guide/introduction.md index 278ba567..176f262c 100644 --- a/guide/introduction.md +++ b/guide/introduction.md @@ -2,7 +2,7 @@ ## 简介 -[Vue-Vben-Admin](https://github.com/vbenjs/vue-vben-admin) 是一个基于 [Vue3.0](https://github.com/vuejs/core)、[Vite](https://github.com/vitejs/vite)、 [Ant-Design-Vue](https://2x.antdv.com/docs/vue/introduce-cn/)、[TypeScript](https://www.typescriptlang.org/) 的后台解决方案,目标是为开发中大型项目提供开箱即用的解决方案。包括二次封装组件、utils、hooks、动态菜单、权限校验、按钮级别权限控制等功能。项目会使用前端较新的技术栈,可以作为项目的启动模版,以帮助你快速搭建企业级中后台产品原型。也可以作为一个示例,用于学习 `vue3`、`vite`、`ts` 等主流技术。该项目会持续跟进最新技术,并将其应用在项目中。 +[Vue-Vben-Admin](https://github.com/vbenjs/vue-vben-admin) 是一个基于 [Vue3.0](https://github.com/vuejs/core)、[Vite](https://github.com/vitejs/vite)、 [Ant-Design-Vue](https://www.antdv.com/components/overview-cn)、[TypeScript](https://www.typescriptlang.org/) 的后台解决方案,目标是为开发中大型项目提供开箱即用的解决方案。包括二次封装组件、utils、hooks、动态菜单、权限校验、按钮级别权限控制等功能。项目会使用前端较新的技术栈,可以作为项目的启动模版,以帮助你快速搭建企业级中后台产品原型。也可以作为一个示例,用于学习 `vue3`、`vite`、`ts` 等主流技术。该项目会持续跟进最新技术,并将其应用在项目中。 ## 文档 @@ -26,15 +26,14 @@ yarn dev ## 需要掌握的基础知识 -本项目需要一定前端基础知识,请确保掌握 Vue 的基础知识,以便能处理一些常见的问题。 -建议在开发前先学一下以下内容,提前了解和学习这些知识,会对项目理解非常有帮助: +本项目需要一定前端基础知识,请确保掌握 Vue 的基础知识,以便能处理一些常见的问题。建议在开发前先学一下以下内容,提前了解和学习这些知识,会对项目理解非常有帮助: - [Vue3 文档](https://vuejs.org/) - [Vue-RFCS](https://github.com/vuejs/rfcs) - [Vue2 迁移到 3](https://v3-migration.vuejs.org/) - [TypeScript](https://www.typescriptlang.org/) - [Vue-router](https://router.vuejs.org/) -- [Ant-Design-Vue](https://2x.antdv.com/docs/vue/introduce-cn/) +- [Ant-Design-Vue](https://www.antdv.com/components/overview-cn) - [Es6](https://es6.ruanyifeng.com/) - [Vitejs](https://vitejs.dev/) - [WindiCss](https://windicss.netlify.app/) diff --git a/other/faq.md b/other/faq.md index 83ef618f..0b804169 100644 --- a/other/faq.md +++ b/other/faq.md @@ -274,7 +274,7 @@ gzip 可以由服务器直接开启。如果是这样,前端不需要构建 `. ## 为什么是 moment.js -很多人问为什么不用`dayjs`。在项目依赖中可以看到,它是 [Ant-Design-Vue](https://2x.antdv.com/docs/vue/introduce-cn/) 内部自带的。 +很多人问为什么不用`dayjs`。在项目依赖中可以看到,它是 [Ant-Design-Vue](https://www.antdv.com/components/overview-cn) 内部自带的。 目前还没有基于 Vite 的 dayjs 替换 momentjs 方案,webpack 已经有了。等以后出现了在进行替换。 @@ -284,7 +284,7 @@ gzip 可以由服务器直接开启。如果是这样,前端不需要构建 `. 后续 `vue-router` 可能会提供配置项来关闭警告 -**2.6.1及以上版本已移除此警告** +**2.6.1 及以上版本已移除此警告** ```ts [Vue Router warn]: No match found for location with path "xxxx"