Inflearn brand logo image
Inflearn brand logo image
Inflearn brand logo image
Programming

/

Front-end

TypeScript with Vue Practical Project

This course helps you develop an upgraded Vue application using TypeScript. This course is recommended for developers who have taken a Vue.js basic course and are ES6 or TypeScript beginners.

(4.4) 34 reviews

558 learners

  • seong0420hei7159
Vue.js

Reviews from Early Learners

What you will learn!

  • Web applications can be developed using Vue.js and Typescript.

This course will help you develop an upgraded Vue application using TypeScript .
I recommend this course to developers who are new to Vue.js basics and ES6 or TypeScript.

Recently, the status of TypeScript has been rising to the point where Google has designated TypeScript as an official language in Angular.
There are still many people who are reluctant to adopt it because of the learning curve.

This course will help you decide why you should choose TypeScript and whether it's the right choice for your project. Furthermore, you'll learn how to develop Vue.js applications using the TypeScript style.

This course is divided into four main topics.

1. TypeScript Selection Guide
2. Creating a class-based component
3. Designing Vuex with Typescript
4. Practical Project (To-do list)

Recommended for
these people

Who is this course right for?

  • Developer wanting to use TypeScript for Vue.js

  • Vue.js project long-term maintainer

  • Vue.js developers aiming for large-scale projects

Need to know before starting?

  • ES6 syntax knowledge or beginner TypeScript

  • Vue.js Beginner

Hello
This is

자바스크립트로 프론트엔드도 개발하고 백엔드도 개발하는 자바스크립트 개발자입니다. 😎
개발과 관련된 질문은 언제나 환영하오니 편하게 이메일로 연락주세요!

📌blog : https://seongdohee.github.io/
📌email : seong0420hei@gmail.com

Curriculum

All

21 lectures ∙ (3hr 41min)

Published: 
Last updated: 

Reviews

All

34 reviews

4.4

34 reviews

  • 한재형님의 프로필 이미지
    한재형

    Reviews 2

    Average Rating 3.0

    4

    5% enrolled

    다 좋은데 목소리가 너무 작아서 볼륨을 최대로 해도 잘 안들려요 ㅠㅠ 강의는 아주 좋습니다

    • Dong Jun Kwon님의 프로필 이미지
      Dong Jun Kwon

      Reviews 1

      Average Rating 5.0

      5

      57% enrolled

      요즘 핫한 vue와 typescript에 대한 강의가 없는데 도움이 많이 되었습니다. 감사합니다.

      • 유한군님의 프로필 이미지
        유한군

        Reviews 1

        Average Rating 5.0

        5

        100% enrolled

        타입스크립트와 Vue를 기초만 알고 있었는데 매우 큰 도움이 되었습니다!

        • frontzero님의 프로필 이미지
          frontzero

          Reviews 5

          Average Rating 4.6

          5

          100% enrolled

          Vue 로 개발을 하면서, TypeScript 기반으로 어떻게 개발하는지 맛을보고싶었는데, 좋은 강의가 있어서 잘 들었습니다. vue 3.0 이 빨리 나와서 저도 TS기반(좀 더 TS 친화적인?)에 SPA 개발을 하고싶네요! 감사합니다. 마지막 TODO 예제는 라우트에다 watch 를 달아서 처리를 했네요.. 좋은 방식은 아니지만.. 그래도 원하는대로 동작하니.. 나중에 시간나면 좀 더 리팩토링 해보던가 이대로 두는걸로! ㅠㅠㅋㅋ @Watch('$route') public watchRouteParam(after: any, before: any) { if (after.params.hasOwnProperty('path')) { switch (after.params.path) { case 'list-active' : this.todoData = this.$store.getters.todoActiveItem; break; case 'list-clear' : this.todoData = this.$store.getters.todoClearItem; break; } } else { this.todoData = this.$store.getters.todoItem; } }

          • 백창명님의 프로필 이미지
            백창명

            Reviews 1

            Average Rating 5.0

            5

            90% enrolled

            근래 봤던 Vue.js 강의 중 가장 도움이 많이 되었습니다!

            Access is restricted to non-public courses.
            Private Course

            Similar courses

            Explore other courses in the same field!