Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
change antdv link
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjue666 committed Sep 27, 2023
1 parent 96b81ca commit 5bd4b96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions guide/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` 等主流技术。该项目会持续跟进最新技术,并将其应用在项目中。

## 文档

Expand All @@ -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/)
Expand Down
4 changes: 2 additions & 2 deletions other/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 已经有了。等以后出现了在进行替换。
Expand All @@ -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"
Expand Down

0 comments on commit 5bd4b96

Please sign in to comment.