# vue2+echarts实现数据可视化 **Repository Path**: vue-th/vue2_echarts ## Basic Information - **Project Name**: vue2+echarts实现数据可视化 - **Description**: vue2全家桶+echarts实现数据可视化,参考书籍:Echarts数据可视化-王大伟 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2022-08-09 - **Last Updated**: 2023-07-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-demo ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### 拉取远程分支 ``` # 添加远程仓库 git remote add origin https://gitee.com/vue-th/vue2_echarts.git # 拉取远程分支(变基) git pull --rebase origin master # 推送代码 git push -u origin master ```