# 7. Routing Routing will be handled by Nuxt's file-based router. All pages will be created as `.vue` files in the `app/pages` directory. **Route Configuration Example (`app/pages/cell/[id].vue`)** ```vue ```