]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: intro note
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 10 Nov 2020 16:23:11 +0000 (17:23 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 10 Nov 2020 16:23:16 +0000 (17:23 +0100)
docs/guide/index.md

index 1e8cd95b98a2b1a9c35a881d501f3342b243124b..c2220cce32d1dae09333a7c4ac266597cfcb4bcf 100644 (file)
@@ -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