# xlsxDwonload **Repository Path**: Shlpeng/xlsxDwonload ## Basic Information - **Project Name**: xlsxDwonload - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-19 - **Last Updated**: 2021-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # xlsxDwonload 纯前端实现excel表格上传下载 > A Vue.js project ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report # run unit tests npm run unit # run e2e tests npm run e2e # run all tests npm test ``` For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader). 1,更改npm镜像:npm config set registry http://registry.npm.taobao.org/ #修改成淘宝镜像 2,npm install 3,npm run dev 附:.eslintignore,.eslintrc.js这两个文件是后面添加上去的,参考链接:https://blog.csdn.net/asing1elife/article/details/82766847 打包方式: 1,关注下webpack.base.conf.js里面的注释: 只保留publicPath: './' 2,npm run build 3,补充下bk.3e654e4.jpeg图片位置放到正确的地方