# Echarts可视化组件 **Repository Path**: lapwing/echarts-project ## Basic Information - **Project Name**: Echarts可视化组件 - **Description**: 该项目基于Vue脚手架完成关于Echarts前端可视化图表组件的案例演示!官网:https://echarts.apache.org/zh/index.html - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-01-05 - **Last Updated**: 2024-01-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # echarts-project ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### 引入Echarts ``` import * as echarts from 'echarts'; Vue.prototype.$echarts = echarts; ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).