UNPKG

quasar-framework

Version:

Simultaneously build desktop/mobile SPA websites & phone/tablet apps with VueJS

18 lines (15 loc) 315 B
import install from './install' import { version } from '../package.json' export * from './components' export * from './directives' export * from './plugins' export * from './utils' import i18n from './i18n' import icons from './icons' export default { version, install, i18n, icons, theme: __THEME__ }