1.웹개발/VUE

apexcharts/vue git 사용하기

HeoBeomSung 2021. 4. 13. 10:26

프로젝트 생성

 

git clone https://github.com/apexcharts/vue-apexcharts.git

git clone으로 레포 복사


폴더 변경 및 node_module폴더 생성 및 serve 명령어 수행(내부적으로 웹팩 개발 서버인 webpack-dev-server를 사용)

-> 코드변경분이 새로고침 없이 반영가능

cd vue-apexcharts/example & npm i & npm run serve

http://localhost:8081/ 접속
example chart들

 

 

 

참고자료
github.com/apexcharts/vue-apexcharts

 

apexcharts/vue-apexcharts

📊 Vue.js component for ApexCharts. Contribute to apexcharts/vue-apexcharts development by creating an account on GitHub.

github.com

 

반응형