Vue.js 프로젝트에 Typescript 를 적용할 때 크게 도움이 되었던 사이트들을 기록을 위해 정리해 둔다.
- Vue.js 공식 사이트: https://vuejs.org/v2/guide/typescript.html
- Vue-cli 로 기존 프로젝트에 Typescript 적용하기: https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-typescript
- vue-class-component: https://github.com/vuejs/vue-class-component
- vue-property-decorator: https://github.com/kaorun343/vue-property-decorator
- vuex-class: https://github.com/ktsn/vuex-class