Articles
Latest
More
Newsletter Sponsorship Discord About
Sign up for our Newsletter
The video for this lesson is currently being updated, please read the transcript instead.
Vue Foundations > Lesson 93

Vue essentials - Plugins

If you want to provide reusable, global-level functionality for a Vue app, you can make a plugin.

We've already used a plugin in this project - the Vue Router plugin. This plugin is used to add global components including the router-view and router-link components, as well as instance properties like the $route object which can be access from anywhere in the app.

In this lesson, we're going to learn how we can make and use our own custom plugins.

How to make a plugin


Back to course page

Click to load comments...

Articles
  • Latest
Newsletter
  • Join
  • Sponsorship
More
  • Discord
  • Vue.js jobs
  • About

Vue.js Developers © 2021. View our privacy policy .

  • RSS
  • |
  • Atom