UNPKG

@quasar/app-webpack

Version:

Quasar Framework App CLI with Webpack

8 lines (6 loc) 236 B
import { defineBoot } from '#q-app/wrappers' // "async" is optional; // more info on params: https://v2.quasar.dev/quasar-cli-webpack/boot-files export default defineBoot(async (/* { app, router, ... } */) => { // something to do })