# vueproject2 **Repository Path**: qq283777988/vueproject2 ## Basic Information - **Project Name**: vueproject2 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-08 - **Last Updated**: 2022-04-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 案例演示 > 1.图片文件上传、编辑时文件回显 src/goods目录 展示,编辑 添加页面 ``` bash # 安装element-ui cnpm install element-ui -S ``` > 2.上传Excel文件,并在页面,解析文件里面的数据,展示在页面 src/files目录 ParseExcel.vue ``` 安装exceljs cnpm i xlsx@0.16.9 -S ``` >3.后台动态生成Excel文件,前端下载 OutExcel.vue 请查看后台控制层代码 vue06 ->FileDownController->download2方法 ``` ``` >4.echarts报表 src/echarts/Echartsdemo ``` 安装 cnpm i echarts -S 页面: import * as echarts from 'echarts'; ``` >5.百度地图 src/maps/Mapsdemo ``` 百度地图开放平台 https://lbsyun.baidu.com/ https://lbsyun.baidu.com/index.php?title=jspopularGL index.html 添加代码 ```