# Working with pages
casafair
...
|-- pages
| |-- faq
| | |-- index.vue
| |-- index.vue // root home page
...
# Home page
Home page is at pages/index.vue. This is the landing page where http://www.casafair.local/ will reside
# Other pages
If you want a page in, for example, http://www.casafair.local/faq, create an index.vue file in a folder called faq.