Created
August 8, 2017 13:40
-
-
Save shoo7830/e198db1d1407fbdab7625c4914591aa2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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