Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ab8714c

Browse files
authored
Update README.md
1 parent 0ca63cd commit ab8714c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ A short, concise tutorial on the popular front-end framework Vue.js. Written for
1212

1313
5. [Resources](#resources)
1414

15+
1516
### Getting Started
1617
Vue.js is the Javascript framework. In this section, we will start off with installing and getting exposed to Vue.js
1718

@@ -67,14 +68,16 @@ Ex:
6768
**JSFiddle:**
6869
You can play around with Vue.js in JSFiddle's [Hello World Example](https://jsfiddle.net/chrisvfritz/50wL7mdz/)
6970

71+
7072
### Basics
7173
In this section, we will learn about the basics of Vue: basic directory structure, syntax, and v-directives.
74+
7275
#### Syntax
7376
#### Basic Directory Structure
7477
#### V-Directives
7578
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.
7679

77-
**Declarative Rendering:** [To Github Section]()
80+
**Declarative Rendering:** [To Github Section]()
7881
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:
7982
``` bash
8083
app.message

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /