vue.js/vue.js 2

71. 라이브러리 모듈화의 이유와 배경

DEV-Front 2022. 8. 13. 17:08
반응형

 

https://www.chartjs.org/docs/latest/

 

Chart.js | Chart.js

Chart.js (opens new window) Installation You can get the latest version of Chart.js from npm (opens new window), the GitHub releases (opens new window), or use a Chart.js CDN (opens new window). Detailed installation instructions can be found on the instal

www.chartjs.org

https://apexcharts.com/vue-chart-demos/

 

Vue Chart Examples & Samples Demo – ApexCharts.js

Explore all the Vue Charts samples created using the library. You can download these Vue Chart Examples and use them freely.

apexcharts.com

https://ordinary-code.tistory.com/9

 

[Vue.js] 현업에서 잘 사용하는 Vue 무료 라이브러리 추천

현업 개발자가 소개하는 vue.js 유용한 라이브러리 필자는 현재 Vue.js를 주 언어로 사용하는 프런트 앤드 개발자이다. 오늘은 현업 시 유용하게 사용하고 있는 Vue.js 라이브러리 들을 소개해보려고

ordinary-code.tistory.com


1. 외부 라이브러리 모듈화

  - 이유 : vue.js 관련 라이브러리가 없을 때 일반 라이브러리를 결합할 수 있어야한다.

  - 종류

  1) 차트

  2) 데이트 피커

  3) 테이블

  4) 스피너

반응형