ES6 문법, Vue.js의 디렉티브와 methods, computed, watch [74일차]


ES6 문법, Vue.js의 디렉티브와 methods, computed, watch [74일차]

이전 학습 내용: https://blog.naver.com/easeon11/223259349885 MSA를 위한 Service Mesh와 Spring cloud, Vue.js 프레임워크와 ES6 [73일차] 이전 학습 내용: https://blog.naver.com/easeon11/223258349456 이번 시간에는 MSA를 잘 만들기 위한 ... blog.naver.com 이번 시간에는 Vue.js를 배우기 전 ES6 문법 일부를 추가적으로 학습했습니다. 그리고 Vue.js의 문법인 디렉티브를 사용해보고, data() 외의 다른 프로퍼티들을 알아보았습니다. ES6 reduce const arr = [20, 30, 10]; let total = 0; // 합 arr.forEach((value, index, array) => { total += value; console.log(`[${index}]값은 ${value}, 합은${total}`); }) console.log(`forEa...


#es6 #vuejs #디렉티브

원문링크 : ES6 문법, Vue.js의 디렉티브와 methods, computed, watch [74일차]