Skip to content

tutsplus/three-practical-projects-for-learning-vuejs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructor: Jeremy McPeak

Component-driven web frameworks have revolutionalized front-end web development. With Angular, React and now Vue.js, it's easier than ever to write cutting-edge web apps. Vue has a tremendous following, and it's extremely easy to get started if you know HTML, CSS, and JavaScript.

In this course, you'll learn to web apps in Vue by following along with three simple examples. You'll start by coding a simple Hello World app, to get the hang of Vue's basic syntax and how to structure your Vue projects. Next, you'll build a data-driven list. This will give you a deeper understanding of Vue's HTML-based template system and the power of Vue's directives. Finally, you'll create a complete contact form to practice handling user input and lifecycle events as well as using Vue's powerful computed properties.

Source Files Description:

Each lesson's code is contained within a folder named with the corresponding lesson number.


These are source files for the Envato Tuts+ course: Three Practical Projects for Learning Vue.js

Available on Tuts+. Teaching skills to millions worldwide.

About

Source code for Tuts+ course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 57.8%
  • HTML 31.2%
  • JavaScript 11.0%