UNPKG

@vue-storefront/theme-starter

Version:

Scaffolding for building Vue Storefront themes

30 lines (29 loc) 1.74 kB
export default { title: 'Theme Starter', titleTemplate: '%s - Vue Storefront', htmlAttrs: { lang: 'en' }, meta: [ { charset: 'utf-8' }, { vmid: 'description', name: 'description', content: 'Vue Storefront is a standalone PWA storefront for your eCommerce, possible to connect with any eCommerce backend (eg. Magento, Prestashop or Shopware) through the API.' }, { name: 'viewport', content: 'width=device-width, initial-scale=1, minimal-ui' }, { name: 'robots', content: 'index, follow' }, { name: 'mobile-web-app-capable', content: 'yes' }, { name: 'theme-color', content: '#f60' }, { name: 'apple-mobile-web-app-status-bar-style', content: 'black-translucent' } ], link: [ { rel: 'icon', type: 'image/png', href: '/assets/favicon-32x32.png', sizes: '32x32' }, { rel: 'icon', type: 'image/png', href: '/assets/favicon-16x16.png', sizes: '16x16' }, { rel: 'apple-touch-icon', href: '/assets/apple-touch-icon.png' }, { rel: 'apple-touch-startup-image', href: '/assets/apple_splash_2048.png', sizes: '2048x2732' }, { rel: 'apple-touch-startup-image', href: '/assets/apple_splash_1668.png', sizes: '1668x2224' }, { rel: 'apple-touch-startup-image', href: '/assets/apple_splash_1536.png', sizes: '1536x2048' }, { rel: 'apple-touch-startup-image', href: '/assets/apple_splash_1125.png', sizes: '1125x2436' }, { rel: 'apple-touch-startup-image', href: '/assets/apple_splash_1242.png', sizes: '1242x2208' }, { rel: 'apple-touch-startup-image', href: '/assets/apple_splash_750.png', sizes: '750x1334' }, { rel: 'apple-touch-startup-image', href: '/assets/apple_splash_640.png', sizes: '640x1136' }, { rel: 'manifest', href: '/assets/manifest.json' } ] }