vue make multipage app for catalog list

This commit is contained in:
Seth Ladygo
2019-04-22 15:20:03 -07:00
parent 6d1af24a57
commit 5ef49bff51
10 changed files with 347 additions and 12 deletions

View File

@ -42,6 +42,22 @@ module.exports = {
.allowedHosts.add('newbeta.keen.apparentinc.com')
},
pages: {
'editor': {
entry: './src/pages/editor/main.js',
template: 'public/index.html',
filename: 'editor.html',
//title: 'Catalog Editor',
//hunks: ['chunk-vendors', 'chunk-common', 'editor'],
},
'list': {
entry: './src/pages/list/main.js',
template: 'public/index.html',
filename: 'list.html',
//title: 'Catalog List',
//hunks: ['chunk-vendors', 'chunk-common', 'editor'],
},
}
// devServer: {
// public: 'http://0.0.0.0:8001',
// host: '0.0.0.0',