November 2017
Beginner to intermediate
398 pages
8h 42m
English
Let's create a few dumb pages for test routing:
<template> <main class="home"> <h1>Welcome to our support center</h1> <p> We are here to help! Please read the <a>F.A.Q</a> first, and if you don't find the answer to your question, <a>send us a ticket!</a> </p> </main> </template>
<template> <main class="faq"> <h1>Frenquently Asked Questions</h1> </main> </template>
We now have what we need to create a few routes.
Read now
Unlock full access