├── README.md
├── index.html
└── main.css
/README.md:
--------------------------------------------------------------------------------
1 | # Vue.js 3 Fundamentals
2 |
3 | [](https://vueschool.io/courses/vuejs-3-fundamentals)
4 |
5 | This repository contains the example code for the [Vue.js 3 Fundamentals](https://vueschool.io/courses/vuejs-3-fundamentals) course.
6 |
7 | In this course, we will teach you the fundamental concepts of Vue.js 3 and create a solid foundation for your Vue journey.
8 |
9 | ### The Vue.js 3 Fundamentals course covers:
10 |
11 | - Introduction to two-way data binding
12 | - Template syntax and expressions
13 | - Vue directives, loops and conditional rendering
14 | - Vue Devtools
15 | - Handling user Inputs
16 | - Handling Events
17 | - Vue.js Methods and Computed Properties
18 | - Attribute Bindings and dynamic classes
19 |
20 | The course is suitable for developers who do not yet know about Vue.js or are just getting started with Vue.
21 |
22 | The course is free. [Enroll at Vue School!](https://vueschool.io/courses/vuejs-3-fundamentals)
23 |
--------------------------------------------------------------------------------
/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |