Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Custom Vue.js 3 Plugins, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:03:24
    What is a Vue.js Plugin?
  • Урок 2. 00:02:45
    Define and Install a Vue.js Plugin
  • Урок 3. 00:02:09
    The Plugin Function Syntax and Organizing Plugin Code
  • Урок 4. 00:05:36
    Use a Vue.js Plugin to Register a Component
  • Урок 5. 00:04:20
    Create a Vue ToolTip Component with Tippy.js
  • Урок 6. 00:04:11
    Use onUpdated to Make the ToolTip Reactive
  • Урок 7. 00:00:59
    Prevent Memory Leaks by Destroying Tippy onUnmounted
  • Урок 8. 00:02:44
    Support Other Tippy Options for the Component
  • Урок 9. 00:04:38
    Support Vue.js Plugin Options
  • Урок 10. 00:04:12
    Vue.js Plugin Option Defaults
  • Урок 11. 00:03:19
    Add a Global Instance Method with a Vue.js Plugin
  • Урок 12. 00:07:48
    Typesafe Plugin Options with TypeScript
  • Урок 13. 00:07:23
    Bundle a Vue.js Plugin for Distribution with Vite
  • Урок 14. 00:04:04
    Test the Plugin Locally Using npm link
  • Урок 15. 00:10:59
    Generate Type Declarations For a Vue.js 3 Plugin
  • Урок 16. 00:06:59
    Publish a Vue.js Plugin on npm
  • Урок 17. 00:02:36
    Course Conclusion