File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ npm init vue@3
29
29
- [ Vue CLI -> Vite Migration Guide from VueSchool.io] ( https://vueschool.io/articles/vuejs-tutorials/how-to-migrate-from-vue-cli-to-vite/ )
30
30
- [ Tools / Plugins that help with auto migration] ( https://github.com/vitejs/awesome-vite#vue-cli )
31
31
32
- 或者您也可以参阅[ 新文档中的工具章节 ] ( https://cn.vuejs.org/guide/scaling-up/tooling.html )
32
+ 或者您也可以参阅 [ Vue 新文档中工具章节 ] ( https://cn.vuejs.org/guide/scaling-up/tooling.html )
33
33
34
34
### Vue Router
35
35
@@ -39,3 +39,11 @@ Vue Router 4.0 提供了对 Vue 3 的支持,并且有许多自己的重大更
39
39
- [ GitHub] ( https://github.com/vuejs/router )
40
40
- [ RFCs] ( https://github.com/vuejs/rfcs/pulls?q=is%3Apr+is%3Amerged+label%3Arouter )
41
41
42
+ ### 状态管理工具
43
+
44
+ Pinia 是我们新推荐的大规模状态管理解决方案。 本来是作为 Vuex 5 的原型创建的,现在已经演变为我们为 Vuex 5 计划的实际实现。考虑到核心团队成员Eduardo投入的工作量,我们决定保留其原始名称
45
+
46
+ - [ 文档] ( https://pinia.vuejs.org/zh/index.html )
47
+ - [ GitHub] ( https://github.com/vuejs/pinia )
48
+ - [ Vue 新文档中状态管理章节] ( https://cn.vuejs.org/guide/scaling-up/state-management.html )
49
+
You can’t perform that action at this time.
0 commit comments