Skip to content

Commit 54608ef

Browse files
vinicius73posva
authored andcommitted
Reports about the build needed for the demo work (#807)
* Reports on the build needed for the demo work * Information moved to the top
1 parent d9a4626 commit 54608ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/en/essentials/getting-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
55
Creating a Single-page Application with Vue.js + 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:
66

7+
> All examples will be using the standalone version of vue to make template parsing possible. See more details [here](http://vuejs.org/guide/installation.html#Standalone-vs-Runtime-only-Build)
8+
79
### HTML
810

911
``` html

0 commit comments

Comments
 (0)