Flycro-Me/src/modules
Flycro 3eb6064166 Removed Motion and added vueuse/motion 2022-01-09 15:06:40 +01:00
..
README.md Init 2022-01-09 00:18:05 +01:00
i18n.ts Init 2022-01-09 00:18:05 +01:00
motion.ts Removed Motion and added vueuse/motion 2022-01-09 15:06:40 +01:00
nprogress.ts Init 2022-01-09 00:18:05 +01:00
pinia.ts Init 2022-01-09 00:18:05 +01:00
pwa.ts Init 2022-01-09 00:18:05 +01:00

README.md

Modules

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

import { UserModule } from '~/types'

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