How to create a multipage Vue.js application with pages on nested subdirectories by modifying vue.config.js?
问题 I have a multipage Vue.js application with working pages on domain/legal; domain/submit; etc. I've implemented that with the help of Vue.js' pages (i.e. customizing config.vue.js ) In other words, I'm all good making the above work. I'm now trying to implement further nested pages under a new subdirectory level (additionally to the ones I already have as per above). i.e. domain/org/profile1 domain/org/profile2 domain/org/profile3 Any way to make this work by customizing config.vue.js ?