Christopher Bloom, @illepic

Phase2 Technology

slides.com/illepic/vuejs-typescript

<script lang="ts">

  enum Awesome {

    VueJS =       ,

    TypeScript =       ,
  }


  const title = `${Awesome.VueJS} ❤️ ${Awesome.TypeScript}!`;

</script>
Christopher Bloom, @illepic Phase2 Technology slides.com/illepic/vuejs-typescript < script lang = "ts" > enum Awesome { VueJS = , TypeScript = , } const title = ` ${Awesome.VueJS} ❤️ ${Awesome.TypeScript} !` ; </ script >

VueJS & TypeScript

By Christopher Bloom

VueJS & TypeScript

A quick crash course in TypeScript followed by an introduction to using TypeScript within Vue. Video: https://www.youtube.com/watch?v=5-P6Uk5m7Z8

  • 2,993