egghead.io
illustration for A Journey with Vue-Router

Course

A Journey with Vue-Router

  1. 1
    Set up Vue-Router and add the Root Application Route
    2m 13s
  2. 2
    Create Routes in Vue and Understand the Path Hierarchy
    1m 24s
  3. 3
    Access Route Parameters in a Vue Component
    1m 35s
  4. 4
    Create Subroutes Displaying One or More Vue Components with the children Key
    2m 43s
  5. 5
    Catch All Undefined Paths with a Wildcard Route in Vue
    1m 44s
  6. 6
    Add Metadata to Vue Routes
    1m 25s
  7. 7
    Block Unauthenticated Access to Pages with Vue Router Navigation Guards
    3m 44s
  8. 8
    Programmatically Navigate to Routes with Vue Component Methods
    2m 35s
  9. 9
    Use Vue Router-Link to Navigate within Components
    1m 31s
  10. 10
    Refactor Your Router and Route Definitions into Separate Files
    3m 24s

Set up Vue-Router and add the Root Application Route

Laurie Barth
InstructorLaurie Barth
  • vue
    Vue.js>=2.5.22

Share this video with your friends

Send Tweet

This lesson goes through vue-router setup from npm install, through the boilerplate code needed to create a router.

Additionally, it creates a single route record for the home page.

Build your Developer Portfolio and climb the engineering career ladder.
  • Search
  • Talks
  • Podcasts
  • Machine
  • Pricing
  • Store
©egghead.io
Terms & Conditions