vue make multipage app for catalog list
This commit is contained in:
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user