8000 update README.md · MissionVistaCS/Vue.js-Tutorial@b199d97 · GitHub
[go: up one dir, main page]

Skip to content

Commit b199d97

Browse files
committed
update README.md
1 parent 096dfd6 commit b199d97

File tree

Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ In this section, we will learn about the basics of Vue: basic directory structur
7676
Vue.js has special syntax. In this section, we discover interpolations and basic data bindings related to Vue.js.
7777

7878
#### Basic Directory Structure
79+
For this tutorial we go over 3 different templates. However, we use [webpack-simple](https://github.com/MissionVistaCSClub/Vue.js-Tutorial/tree/master/Basics/Basic-Structure/2.2.B) the most. The other templates can be found using the documentation.
80+
7981
#### V-Directives
8082
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. With every new v-directive demonstrated, make sure to test out its data binding by trying it out in the console.
8183