vitesse-yitisheng-web/src/modules
zhouwentao e9225d0536 init 2025-12-18 20:29:29 +08:00
..
README.md init 2025-12-18 20:29:29 +08:00
i18n.ts init 2025-12-18 20:29:29 +08:00
nprogress.ts init 2025-12-18 20:29:29 +08:00
pinia.ts init 2025-12-18 20:29:29 +08:00
pwa.ts init 2025-12-18 20:29:29 +08:00

README.md

Modules

A custom user module system. Place a .ts file with the following template, it will be installed automatically.

import type { UserModule } from '~/types'

export const install: UserModule = ({ app, router, isClient }) => {
  // do something
}