1. handsontable : 데이터 바인딩이 되는 테이블
https://github.com/handsontable/vue-handsontable-official/blob/master/README.md
2. vuetify : UI
https://vuetifyjs.com/ko/getting-started/quick-start/
3. vue-friendly-iframe : iframe
https://github.com/officert/vue-friendly-iframe
4. axios : ajax와 같은 기능 지원
https://github.com/axios/axios
5. vuex : 상태관리 지원
6. vue-session : 세션
https://github.com/victorsferreira/vue-session
7. babel-polyfill : ie 11 지원
https://github.com/babel/babel/tree/master/packages/babel-polyfill
8. vue-uuid-v4 : 간편한 uuid 생성
https://github.com/estudioliver/vue-uuid
9. axios-extension : axios cache 설정
https://github.com/kuitos/axios-extensions
10. Validation with submit & clear : 입력값 유효성 검사
https://vuetifyjs.com/ko/components/forms/
11. multi select
Vue-Multiselect | Vue Select Library
12. datepicker(range)
mengxiong10/vue2-datepicker: A datepicker / datetimepicker component for Vue2 (github.com)
그 외 참고사이트
'개발환경 > VueJS' 카테고리의 다른 글
Vue package.json dependencies 버전 업데이트 방법 (0) | 2021.04.15 |
---|---|
VueJS, Apache Tomcat서버에 배포하기 (0) | 2020.03.02 |
Vuetify IE 11적용 (0) | 2020.03.01 |
Spring boot에 Vue , Vuetify 개발환경 구축하기 (0) | 2020.01.30 |