![[웹 개발 풀스택 코스] Vue.js 프로젝트 투입 일주일 전 - 기초에서 실무까지강의 썸네일](https://cdn.inflearn.com/public/courses/330078/cover/d413a6e5-4692-4d3f-ae26-64c5e8d592e5/vuejs-1 (1).jpg?w=420)
[웹 개발 풀스택 코스] Vue.js 프로젝트 투입 일주일 전 - 기초에서 실무까지
개발자의 품격
본 강의는 풀스택 웹 개발자 양성을 위한 [웹 개발 풀스택 코스] 강의 시리즈의 프론트엔드 부분에 대한 강의입니다. 이 강의는 강사의 저서 <Vue.js 프로젝트 투입 일주일 전>의 내용을 바탕으로 만들어진 강의입니다.
초급
Vue.js
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.
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)
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
자바스크립트로 프론트엔드도 개발하고 백엔드도 개발하는 자바스크립트 개발자입니다. 😎
개발과 관련된 질문은 언제나 환영하오니 편하게 이메일로 연락주세요!
📌blog : https://seongdohee.github.io/
📌email : seong0420hei@gmail.com
All
21 lectures ∙ (3hr 41min)
All
34 reviews
4.4
34 reviews
Reviews 2
∙
Average Rating 3.0
Reviews 1
∙
Average Rating 5.0
Reviews 1
∙
Average Rating 5.0
Reviews 5
∙
Average Rating 4.6
5
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
Explore other courses in the same field!