From: Eduardo San Martin Morote Date: Wed, 4 Aug 2021 15:38:37 +0000 (+0200) Subject: docs: add vue mastery video X-Git-Tag: v4.0.11~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=234f57763f7942c9e3a9c5e2a3ae1df34bee5aa6;p=thirdparty%2Fvuejs%2Frouter.git docs: add vue mastery video --- 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