# echarts-webpack-starter-kit **Repository Path**: xv/echarts-webpack-starter-kit ## Basic Information - **Project Name**: echarts-webpack-starter-kit - **Description**: Starter template for ECharts with webpack and React. - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: http://luqin.github.io/echarts-webpack-starter-kit - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2016-01-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: charting-components **Tags**: None ## README # ECharts Webpack Starter Kit Starter template for [ECharts](https://github.com/luqin/echarts) with [webpack](https://github.com/webpack/webpack). Demo: http://luqin.github.io/echarts-webpack-starter-kit ## Usage ```js import echarts from 'echarts'; import 'echarts/chart/wordCloud'; let mychart = echarts.init(dom); let charCloudOption = {...}; mychart.setOption(charCloudOption); ``` ## Getting Started ```sh $ npm install $ npm run build ```