Skip to content

Commit c21ae04

Browse files
committed
translation: add New Framework-level Recommendations about Vue Router
1 parent 5699783 commit c21ae04

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/zh/recommendations.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Vue 3 的支持库进行了重大更新。以下是新的默认建议的摘要:
1818

1919
我们现在推荐 Vite 作为 Vue 3 项目的新构建工具链。 Vite 是一个新的构建工具,提供极快的服务器启动和热更新性能。它最初由 Vue 团队创建,但现在是一个跨框架工具。详细了解我们[为何推荐 Vite](https://cn.vitejs.dev/guide/why.html)
2020

21-
您可以通过我们新的脚手架工具 [create-vue](https://github.com/vuejs/create-vue) 创建一个由 vite 驱动的 Vue3 项目:
21+
您可以通过我们新的脚手架工具 [create-vue](https://github.com/vuejs/create-vue) 创建一个由 vite 驱动的 Vue 3 项目:
2222

2323
```bash
2424
npm init vue@3
@@ -31,3 +31,11 @@ npm init vue@3
3131

3232
或者您也可以参阅[新文档中的工具章节](https://cn.vuejs.org/guide/scaling-up/tooling.html)
3333

34+
### Vue Router
35+
36+
Vue Router 4.0 提供了对 Vue 3 的支持,并且有许多自己的重大更新。查看其[迁移指南](https://router.vuejs.org/zh/guide/migration/index.html)以获取完整的详细信息
37+
38+
- [文档](https://router.vuejs.org/zh/index.html)
39+
- [GitHub](https://github.com/vuejs/router)
40+
- [RFCs](https://github.com/vuejs/rfcs/pulls?q=is%3Apr+is%3Amerged+label%3Arouter)
41+

0 commit comments

Comments
 (0)