UNPKG

@vue-storefront/theme-starter

Version:

Scaffolding for building Vue Storefront themes

9 lines (7 loc) 280 B
const EXTENSION_KEY = 'theme_default_example' export default function (app, router, store, config) { app.$on('application-after-init', () => { console.debug('Hello from custom theme extension') }) return { EXTENSION_KEY, extensionRoutes: null, extensionStore: null } }