egghead.io
illustration for Use TypeScript to Develop Vue.js Web Applications

Course

Use TypeScript to Develop Vue.js Web Applications

  1. 1
    Write a Vue Component as a Class in TypeScript
    2m 39s
  2. 2
    Extend Vue Components in TypeScript
    3m 4s
  3. 3
    Use Vue Router in TypeScript
    3m 19s
  4. 4
    Create Type-Safe Vue Directives in TypeScript
    4m 2s
  5. 5
    Use Properties in Vue Components Using @Prop Decorator with TypeScript
    2m 26s
  6. 6
    Use Two-Way Binding in Vue Using @Model Decorator with TypeScript
    3m 26s
  7. 7
    Watch for Changes in Vue Using the @Watch Decorator with TypeScript
    1m 40s
  8. 8
    Use Dependency Injection in Vue Using @Inject and @Provide Decorators with TypeScript
    2m 17s
  9. 9
    Create your own Decorators in Vue with TypeScript
    2m 30s
  10. 10
    Use AOP in Vue Components with TypeScript and Kaop-ts
    7m 20s
  11. 11
    Decouple Dependencies Using IoC Containers in Vue with TypeScript and InversifyJS
    5m 32s

Create Type-Safe Vue Directives in TypeScript

Alex Jover Morales
InstructorAlex Jover Morales
  • vue
    Vue.js^2.2.6
  • typescript
    TypeScript^2.3.2

Share this video with your friends

Send Tweet

Directives allow us to apply DOM manipulations as side effects. We’ll show you how you can create your own Vue directive to change a component’s colors and type-safe it with TypeScript.

We’ll additionally show how you can pass objects to your directives and make them more flexible!

Build your Developer Portfolio and climb the engineering career ladder.
  • Search
  • Talks
  • Podcasts
  • Machine
  • Pricing
  • Store
©egghead.io
Terms & Conditions