In a multi-page application, how to customize the index.html output directory for a certain page? #6746
Unanswered
kimmy-wang
asked this question in
Q&A
Replies: 1 comment
-
see here 👉👉:https://cli.vuejs.org/config/#pages pages: {
index: 'src/index/main.js'
test: {
entry: 'src/test/main.js',
template: 'public/index.html',
+ filename: 'test/index.html',
},
} @realkimmy |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In a multi-page application, how to customize the
index.html
output directory for a certain page. @sodateaBeta Was this translation helpful? Give feedback.
All reactions