강의

멘토링

커뮤니티

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개

강의소개.상단개요.수강생.short

난이도 중급이상

수강기한 무제한

  • seong0420hei7159
Vue.js
Vue.js
Vue.js
Vue.js

먼저 경험한 수강생들의 후기

먼저 경험한 수강생들의 후기

4.4

5.0

Dong Jun Kwon

57% 수강 후 작성

There are no lectures on vue and typescript which are popular these days, but this was very helpful. Thank you.

5.0

유한군

100% 수강 후 작성

I only knew the basics of TypeScript and Vue, but this was a huge help!

5.0

frontzero

100% 수강 후 작성

While developing with Vue, I wanted to get a taste of how to develop based on TypeScript, and I listened to a good lecture. Since Vue 3.0 is coming out soon, I also want to develop SPA based on TS (more TS-friendly?)! Thank you. The last TODO example was processed by attaching a watch to the route.. It's not a good way.. But it works as I want.. I'll refactor it a bit more later when I have time or leave it as is! ㅠㅠㅋㅋ @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; } }

강의상세_배울수있는것_타이틀

  • 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)

강의소개.콘텐츠.추천문구

학습 대상은 누구일까요?

  • Developer wanting to use TypeScript for Vue.js

  • Vue.js project long-term maintainer

  • Vue.js developers aiming for large-scale projects

선수 지식, 필요할까요?

  • ES6 syntax knowledge or beginner TypeScript

  • Vue.js Beginner

강의소개.지공자소개

I am a JavaScript developer who develops both frontend and backend using JavaScript. 😎
Questions related to development are always welcome, so please feel free to contact me via email!

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

커리큘럼

전체

21개 ∙ (강의상세_런타임_시간 강의상세_런타임_분)

강의 게시일: 
마지막 업데이트일: 

수강평

전체

34개

4.4

34개의 수강평

  • 7h5j7h8040님의 프로필 이미지
    7h5j7h8040

    수강평 2

    평균 평점 3.0

    4

    5% 수강 후 작성

    Everything is good, but the voice is too small, so I can't hear it well even when the volume is turned up to the max ㅠㅠ The lecture is very good

    • mayajuni님의 프로필 이미지
      mayajuni

      수강평 1

      평균 평점 5.0

      5

      57% 수강 후 작성

      There are no lectures on vue and typescript which are popular these days, but this was very helpful. Thank you.

      • jellive78265님의 프로필 이미지
        jellive78265

        수강평 1

        평균 평점 5.0

        5

        100% 수강 후 작성

        I only knew the basics of TypeScript and Vue, but this was a huge help!

        • zerofront님의 프로필 이미지
          zerofront

          수강평 5

          평균 평점 4.6

          5

          100% 수강 후 작성

          While developing with Vue, I wanted to get a taste of how to develop based on TypeScript, and I listened to a good lecture. Since Vue 3.0 is coming out soon, I also want to develop SPA based on TS (more TS-friendly?)! Thank you. The last TODO example was processed by attaching a watch to the route.. It's not a good way.. But it works as I want.. I'll refactor it a bit more later when I have time or leave it as is! ㅠㅠㅋㅋ @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; } }

          • changmyeongbaek8476님의 프로필 이미지
            changmyeongbaek8476

            수강평 1

            평균 평점 5.0

            5

            90% 수강 후 작성

            This is the most helpful Vue.js course I've seen in a while!

            비슷한 강의

            같은 분야의 다른 강의를 만나보세요!