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) 스피너
'vue.js > vue.js 2' 카테고리의 다른 글
73. chart.js 라이브러리 사용 (0) | 2022.08.13 |
---|---|
72. chart.js 라이브러리 설치 (0) | 2022.08.13 |
70. <vue-news> 프로젝트 | async & await 으로 변경 (0) | 2022.08.13 |
69. 기존 비동기패턴 코드에서 async & await 로 바꾼 예 (0) | 2022.08.10 |
68. Async & Await | 비동기 처리 패턴의 최신 문법 (0) | 2022.08.10 |