Use [vue-router](https://router.vuejs.org/) and apply the following routes: - `/messages/{user-slug}` > open conversation for a given user slug - `/messages/compose` > compose a new message - ... WIP