Added front redirection and updated contribution instructions

merge-requests/552/head
Eliot Berriot 2019-01-21 14:06:46 +01:00
rodzic cf13a788f9
commit 0012182d86
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: DD6965E2476E5C27
2 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -43,7 +43,7 @@ Setup front-end only development environment
4. Launch the development server::
# this will serve the front-end on http://localhost:8000
# this will serve the front-end on http://localhost:8000/front/
VUE_PORT=8000 yarn serve
5. Make the front-end talk with an existing server (like https://demo.funkwhale.audio),

Wyświetl plik

@ -54,6 +54,11 @@ export default new Router({
name: 'index',
component: Home
},
{
path: '/front',
name: 'front',
redirect: '/'
},
{
path: '/about',
name: 'about',