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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,8 @@ In this section, we will learn about the basics of Vue: basic directory structur
76
76
Vue.js has special syntax. In this section, we discover interpolations and basic data bindings related to Vue.js.
77
77
78
78
#### 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
+
79
81
#### V-Directives
80
82
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.
0 commit comments