Skip to content

tutsplus/advanced-vue-js-component-concepts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructor: Jeremy McPeak

Component-oriented frameworks, such as Vue.js, have changed the way we think about and write web applications. If you've been following along with some of our other Vue courses, you're now at the point where you are ready to tackle more advanced concepts.

In this course, instructor Jeremy McPeak Will teach you some advanced Vue.js component concepts. After reviewing some of the basics, you'll go on to topics such as component slots and slot scope, extending and decorating components, and using the render() function. And at the end, we'll put it all together into a powerful kind of utility component: data providers.

Source Files Description

Each lesson's code is contained within a folder named with the corresponding lesson number. Use npm install for each lesson's dependencies and run npm run serve to run each lesson's project.


These are source files for the Envato Tuts+ course: Advanced Vue.js Component Concepts

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 78.5%
  • HTML 13.9%
  • JavaScript 7.6%