zova-ui-empty
Version:
A vue3 empty framework with ioc
11 lines (8 loc) • 300 B
text/typescript
import { defineBoot } from '@quasar/app-vite/wrappers';
import { bootstrap } from 'zova';
// @ts-ignore ignore
import { getPluginZovaOptions } from '../../.zova/app/utils.js';
export default defineBoot(async ({ app }) => {
// @ts-ignore ignore
await bootstrap(app, getPluginZovaOptions());
});