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