Skip to content

Instantly share code, notes, and snippets.

@shoo7830
Created August 8, 2017 13:40
Show Gist options
  • Select an option

  • Save shoo7830/e198db1d1407fbdab7625c4914591aa2 to your computer and use it in GitHub Desktop.

Select an option

Save shoo7830/e198db1d1407fbdab7625c4914591aa2 to your computer and use it in GitHub Desktop.
module.exports = {
loading: 'components/main.vue',
head:{
link: [
{ rel: 'shortcut icon', href: 'https://www.hiworks.com/static/images/favicon/favicon.ico' }
],
meta: [
{ charset: 'utf-8' },
{ property: 'og:url', content: 'https://www.hiworks.com'},
{ property: 'og:title', content: '나의 업무파트너 하이웍스'},
{ property: 'og:image', content: 'https://www.hiworks.com/static/images/fbook_share.png'},
{ property: 'og:description', content: '다기능 그룹웨어를 통해 업무 효율성을 높이세요.'}
],
script: [
{ src: '//cdn.polyfill.io/v1/polyfill.min.js' }
]
},
css: [
'~assets/css/main.css'
],
srcDir: 'src/',
router: {
base: '/hiworks_beta/'
},
generate: {
dir: 'hiworks-beta/'
},
build: {
filenames: {
manifest: 'manifest.hiworks_beta.js',
vendor: 'vendor.hiworks_beta.js',
app: 'app.hiworks_beta.js'
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment