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
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ A short, concise tutorial on the popular front-end framework Vue.js. Written for
12
12
13
13
5.[Resources](#resources)
14
14
15
+
15
16
### Getting Started
16
17
Vue.js is the Javascript framework. In this section, we will start off with installing and getting exposed to Vue.js
17
18
@@ -67,14 +68,16 @@ Ex:
67
68
**JSFiddle:**
68
69
You can play around with Vue.js in JSFiddle's [Hello World Example](https://jsfiddle.net/chrisvfritz/50wL7mdz/)
69
70
71
+
70
72
### Basics
71
73
In this section, we will learn about the basics of Vue: basic directory structure, syntax, and v-directives.
74
+
72
75
#### Syntax
73
76
#### Basic Directory Structure
74
77
#### V-Directives
75
78
Vue.js uses an attribute called v-directives, similar to [Angular's](https://angular.io/) ng-directives. They allow us to retrieve, bind, show, and other actions to our data.
76
79
77
-
**Declarative Rendering:**[To Github Section]()
80
+
**Declarative Rendering:**[To Github Section]()
78
81
Declarative Rendering basically means that Vue.js hooks up the data from our `<script>` tag to the DOM. To prove this, run the provided example and in the browser console type:
0 commit comments