mirror of
https://github.com/dtomlinson91/anno-production-chain-renderer.git
synced 2025-12-21 22:05:46 +00:00
add pages alias
This commit is contained in:
@@ -57,6 +57,7 @@ module.exports = configure(function (/* ctx */) {
|
|||||||
alias: {
|
alias: {
|
||||||
composables: path.join(__dirname, './src/composables'),
|
composables: path.join(__dirname, './src/composables'),
|
||||||
boot: path.join(__dirname, './src/boot'),
|
boot: path.join(__dirname, './src/boot'),
|
||||||
|
pages: path.join(__dirname, './src/pages'),
|
||||||
},
|
},
|
||||||
|
|
||||||
vueRouterMode: 'hash', // available values: 'hash', 'history'
|
vueRouterMode: 'hash', // available values: 'hash', 'history'
|
||||||
|
|||||||
@@ -4,7 +4,8 @@
|
|||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
"paths": {
|
"paths": {
|
||||||
"composables/*": ["./src/composables/*"],
|
"composables/*": ["./src/composables/*"],
|
||||||
"boot/*": ["./src/boot/*"]
|
"boot/*": ["./src/boot/*"],
|
||||||
|
"pages/*": ["./src/pages/*"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user