Add a resource to plugins in Vue.js (#2820)

Talks about what are plugins, shows how to create a simple vue.js plugin, Add directives, mixins, filters, and how to accept options.
pull/2828/head
Sojin Samuel 2 years ago committed by GitHub
parent 7d14aee45b
commit b4e5eec650
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      content/roadmaps/105-vue/content/101-advanced-topics/112-plugins.md

@ -4,3 +4,4 @@ Plugins are self-contained code that usually add app-level functionality to Vue.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Docs' href='https://vuejs.org/guide/reusability/plugins.html'>Plugins in Vue.js</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.linode.com/docs/guides/how-to-write-vue-js-plugins/'>How to Write Your Own Vue.js Plugin</BadgeLink>

Loading…
Cancel
Save