I am using vue.js and webpack to develop the homepage for my friend. however he want to keep some old pages which using javascript and jquery(cdn). Can I do some config in vue-router to do something like this.
/home --> Vue Project Homepage
/photo ---> Vue router change the router-view to photo.vue
/download ---> Go to the directory "/download" in project and load the index.html in "/download" directory