File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments