UNPKG

@datev-research/mandat-shared-utils

Version:

Shared Utilities for the MANDAT B2B Showcase

17 lines (11 loc) 240 B
# `@shared/utils` > TODO: description ## Usage ``` import {setupApp} from "@shared/utils"; import router from "./router"; const app = createApp(App); setupApp(app, router); app.mount("#app"); setupApp(app, router); ```