Vue (pronounced /vjuː/, like view) is a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable. The core library is focused on the view layer only, and is very easy to pick up and integrate with other libraries or existing projects. On the other hand, Vue is also perfectly capable of powering sophisticated Single-Page Applications when used in combination with modern tooling and supporting libraries.
In today's workshop you'll learn yet another cool JavaScript framework. And I dare to say that Vue is one of the most popular out there as of now..
- Some slides about Vue.JS, comparison to React and a benchmark
- Examples of the basics
- Assignment - todo app
- Lunch
- Examples of some more heavy stuff..
- Assignment - twitter app