Skip to content

Commit 778088d

Browse files
authored
Update README.md
1 parent f9d48c3 commit 778088d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,9 @@
55
<a href="https://www.npmjs.com/package/@uni-helper/vite-plugin-uni-pages"><img src="https://img.shields.io/npm/dm/@uni-helper/vite-plugin-uni-pages?colorA=005947&colorB=fafafa&style=for-the-badge"></a>
66
<a href="https://www.npmjs.com/package/@uni-helper/vite-plugin-uni-pages"><img src="https://img.shields.io/npm/v/@uni-helper/vite-plugin-uni-pages?colorA=005947&colorB=fafafa&style=for-the-badge"></a>
77

8-
***
98

109
在 Vite 驱动的 uni-app 上使用基于文件的路由系统。
1110

12-
## Packages
13-
14-
- [vite-plugin-uni-pages](./packages/core/)
15-
16-
核心,提供基于文件的路由系统
17-
- [volar-service-uni-pages](./packages/volar/)
18-
19-
`<route>` 块 提供 IntelliSense
20-
- [pages-json-schema](./packages/schema/)
21-
22-
为 uni-app 的 `pages.json` 提供 schema
2311

2412
## 安装
2513

@@ -167,6 +155,18 @@ export interface Options {
167155
}
168156
```
169157

158+
## Packages
159+
160+
- [vite-plugin-uni-pages](./packages/core/)
161+
162+
核心,提供基于文件的路由系统
163+
- [volar-service-uni-pages](./packages/volar/)
164+
165+
`<route>` 块 提供 IntelliSense
166+
- [pages-json-schema](./packages/schema/)
167+
168+
为 uni-app 的 `pages.json` 提供 schema
169+
170170
## 感谢
171171

172172
- [vite-plugin-pages](https://github.com/hannoeru/vite-plugin-pages.git)

0 commit comments

Comments
 (0)