1.1.1 • Published 1 year ago

vite-plugin-uniapp-routes v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

vite-plugin-uniapp-routes

一个根据 pages.json 自动生成路由枚举文件的 Vite 插件。

vite npm version

pages.json 文件改变时更新 src/routes.ts

安装

pnpm i vite-plugin-uniapp-routes -D

使用

import { uniappRoutes } from "vite-plugin-uniapp-routes";

export default defineConfig({
  plugins: [uniappRoutes()],
});
1.1.1

1 year ago

1.1.0

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago