From 234f57763f7942c9e3a9c5e2a3ae1df34bee5aa6 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Wed, 4 Aug 2021 17:38:37 +0200 Subject: [PATCH] docs: add vue mastery video --- .../.vitepress/components/VueMasteryVideo.vue | 52 +++++++++++++++++++ docs/guide/index.md | 10 ++++ 2 files changed, 62 insertions(+) create mode 100644 docs/.vitepress/components/VueMasteryVideo.vue diff --git a/docs/.vitepress/components/VueMasteryVideo.vue b/docs/.vitepress/components/VueMasteryVideo.vue new file mode 100644 index 00000000..5e43b420 --- /dev/null +++ b/docs/.vitepress/components/VueMasteryVideo.vue @@ -0,0 +1,52 @@ + + + diff --git a/docs/guide/index.md b/docs/guide/index.md index 5f6f9839..10244d78 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -1,5 +1,15 @@ # Getting Started + + + + Creating a Single-page Application with Vue + Vue Router feels natural: with Vue.js, we are already composing our application with components. When adding Vue Router to the mix, all we need to do is map our components to the routes and let Vue Router know where to render them. Here's a basic example: ## HTML -- 2.47.2