Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Latest commit

 

History

History

modules

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Modules

A custom user module system.

Every .js file inside this folder following the template below will be installed automatically. Thus, no need to edit the main.js entry point of the app anymore.

/** @param {import("vue").App} app */
export const install = (app) => {
  // Do something with `app`, like `app.use`
};