How to use vue-page-title - 1 common examples

To help you get started, we’ve selected a few vue-page-title examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github vinicius73 / vue-page-title / vue.config.js View on Github external
const version = require('vue-page-title/package.json').version
const now = Math.round(Date.now() / 6000).toString(36)
process.env.VUE_APP_VERSION = `${version}-${now}`

module.exports = {
  baseUrl: process.env.NODE_ENV === 'production'
    ? '/vue-page-title/'
    : '/',
  pwa: {
    name: '@vinicius73/vue-page-title',
    themeColor: '#4DBA87',
    msTileColor: '#000000',
    appleMobileWebAppCapable: 'yes',
    appleMobileWebAppStatusBarStyle: 'black',

    // configure the workbox plugin
    workboxPluginMode: 'GenerateSW',

vue-page-title

Vue.js html/page title manager

MIT
Latest version published 9 months ago

Package Health Score

58 / 100
Full package analysis

Popular vue-page-title functions