Skip to content

Commit 58482d3

Browse files
committed
chore(docs): Update README.md
1 parent 69c7033 commit 58482d3

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828

2929
- ⚡️ [Vue 3](https://github.com/vuejs/core), [Vite 5](https://github.com/vitejs/vite), [pnpm](https://pnpm.io/), [esbuild](https://github.com/evanw/esbuild) - born with fastness
3030

31+
- 🗂 [File based routing](./src/router)
32+
3133
- 📦 [Components auto importing](./src/components)
3234

3335
- 🍍 [State Management via Pinia](https://pinia.vuejs.org)
@@ -77,6 +79,7 @@
7779

7880
- [Vue Router](https://github.com/vuejs/router)
7981
- [`vue-router-better-scroller`](https://github.com/antfu/vue-router-better-scroller) - Enhanced scroll behavior for Vue Router
82+
- [`unplugin-vue-router`](https://github.com/posva/unplugin-vue-router) - file system based routing
8083
- [Pinia](https://pinia.vuejs.org) - Intuitive, type safe, light and flexible Store for Vue using the composition api
8184
- [`pinia-plugin-persistedstate`](https://github.com/prazdevs/pinia-plugin-persistedstate) - Configurable persistence and rehydration of Pinia stores
8285
- [unplugin-vue-components](https://github.com/antfu/unplugin-vue-components) - components auto import

README.zh-CN.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828

2929
- ⚡️ [Vue 3](https://github.com/vuejs/core), [Vite 5](https://github.com/vitejs/vite), [pnpm](https://pnpm.io/), [esbuild](https://github.com/evanw/esbuild) - 就是快!
3030

31+
- 🗂 [基于文件的路由](./src/router)
32+
3133
- 📦 [组件自动化加载](./src/components)
3234

3335
- 🍍 [使用 Pinia 的状态管理](https://pinia.vuejs.org)
@@ -77,6 +79,7 @@
7779

7880
- [Vue Router](https://github.com/vuejs/router)
7981
- [`vue-router-better-scroller`](https://github.com/antfu/vue-router-better-scroller) - 增强了 Vue Router 的滚动行为
82+
- [`unplugin-vue-router`](https://github.com/posva/unplugin-vue-router) - 以文件系统为基础的路由
8083
- [Pinia](https://pinia.vuejs.org) - 直接的, 类型安全的, 使用 Composition API 的轻便灵活的 Vue 状态管理库
8184
- [`pinia-plugin-persistedstate`](https://github.com/prazdevs/pinia-plugin-persistedstate) - 适用于 Pinia 的持久化存储插件
8285
- [unplugin-vue-components](https://github.com/antfu/unplugin-vue-components) - 自动加载组件

src/router/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## File-based Routing
1+
# File-based Routing
22

33
Routes will be auto-generated for Vue files in the **src/views** dir with the same file structure.
44
Check out [`unplugin-vue-router`](https://github.com/posva/unplugin-vue-router) for more details.

0 commit comments

Comments
 (0)