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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user