Files
Hermes/src/modules
2021-09-23 21:28:45 +02:00
..
2021-09-23 21:28:45 +02:00
2021-09-23 21:28:45 +02:00
2021-09-23 21:28:45 +02:00
2021-09-23 21:28:45 +02:00
2021-09-23 21:28:45 +02:00
2021-09-23 21:28:45 +02:00

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
}