From: Eduardo San Martin Morote Date: Tue, 10 Nov 2020 16:23:11 +0000 (+0100) Subject: docs: intro note X-Git-Tag: v4.0.0-rc.3~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e460fef87b01c05a0283a1bc65577bc5acb5f89;p=thirdparty%2Fvuejs%2Frouter.git docs: intro note --- diff --git a/docs/guide/index.md b/docs/guide/index.md index 1e8cd95b..c2220cce 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -1,6 +1,6 @@ # Getting Started -Creating a Single-page Application with Vue + Vue Router is dead simple. 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: +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