본문 바로가기

1.웹개발/VUE

apexcharts/vue git 사용하기

프로젝트 생성

 

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

 

반응형

'1.웹개발 > VUE' 카테고리의 다른 글

v-if v-show 디렉티브 차이  (0) 2021.07.12
vue & 인스턴스  (0) 2021.06.09
[vue-router] Duplicate named routes definition 해결  (0) 2021.06.09
APEXCHARTS 라이브러리 사용하기 (vue)  (0) 2021.04.12
Vue 프로젝트 만들기  (0) 2021.04.07