Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 294 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 294 Bytes

react-antd-echarts

基于react,echarts的图表展示用例

git clone https://github.com/yongqiu/react-antd-echarts.git  

cd react (进入当前的项目)

npm install  (安装依赖包)

npm run dev (运行本地开发环境)
npm run build (打包)

listen: localhost:8888