# ds-web **Repository Path**: peng_chen/ds-web ## Basic Information - **Project Name**: ds-web - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-22 - **Last Updated**: 2021-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 介绍 `ds-web`是[ds-web](https://gitee.com/peng_chen/ds-web.git)的前端项目工程,本项目基于Vue + iView-Admin + Vue-Router + Vuex + Axios开发。 # 使用 > 使用前请先安装[NodeJs](https://nodejs.org/zh-cn/)(推荐使用8.x版本),国内用户推荐使用[淘宝NPM镜像源](http://npm.taobao.org/)。 - 克隆到本地 ```git git clone https://gitee.com/peng_chen/ds-web.git ``` - 安装依赖 ```shell npm install ``` - 运行 ```shell npm run dev ``` - 打包 ```shell npm run build ``` # 配置修改 - 请求地址 将`config/index.js`中`baseUrl`属性中的`dev(开发时)`以及`pro(上线时)`改成自己的baseUrl即可。 - 端口修改 更改根目录下的`package.json`文件中的`scripts.dev`的`--port`的值为你所需要的端口即可,例如使用2000端口即为:`"dev": "vue-cli-service serve --open --port=2000"` # 声明 若要将此项目用于商业用途请自行更换资源内的不可商用或商用需要授权的文件,例如LOGO、背景图等,若因未更换造成的损失均由使用者自行承担。 # 讨论 - QQ: 291778952 # 版本支持 - 0.2.x