feat(frontend): onboarding flow for first time users

adds a wizard to guide people through starting and creating their first stream
This commit is contained in:
Dimitrie Stefanescu
2021-03-09 23:04:50 +00:00
parent 85b6953790
commit 1682a4a494
11 changed files with 511 additions and 56 deletions
+8
View File
@@ -166,6 +166,14 @@ const routes = [
},
component: () => import('../views/Error.vue')
},
{
path: '/onboarding',
name: 'Onboarding | Speckle',
meta: {
title: 'Getting Started | Speckle'
},
component: () => import('../views/GettingStartedView.vue')
},
{
path: '*',
name: 'notfound',