Next, we create the pages of our application as Vue components ( BusinessPage, CulturePage, etc) to map to our routes. In addition to the page components, we need a Header and Footer components for our application. The folder structure should look like the screenshot below.
In the routes file below, we do a mapping of our page components to the routes by passing an array of objects to a new instance of vue-router.