mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-19 07:31:24 +02: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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user