1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-01-29 20:27:37 +01:00

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.
This commit is contained in:
Sojin Samuel 2022-10-31 11:52:39 +05:30 committed by GitHub
parent 7d14aee45b
commit b4e5eec650
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>