You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ A short, concise tutorial on the popular front-end framework Vue.js. Written for
4
4
5
5
## Table of Contents
6
6
1.[Getting Started](#getting-started)
7
-
+[Installation and Usage](#installation)
7
+
+[Installation and Usage](#installation-and-usage)
8
8
2.[Basics](#basics)
9
9
5.[Resources](#resources)
10
10
@@ -13,7 +13,7 @@ A short, concise tutorial on the popular front-end framework Vue.js. Written for
13
13
### Getting Started
14
14
Vue.js is the Javascript framework. In this section, we will go over the core concepts to and understand and use Vue.js.
15
15
16
-
#### Installation and Usage <aname="installation"></a>
16
+
#### Installation and Usage
17
17
Vue.js is tremendously simple to install and use. Although we will be using the Vue command line interface (vue-cli), you can get started with Vue in 3 different ways.
0 commit comments