|
||
---|---|---|
build | ||
docker | ||
public | ||
src | ||
tests/unit | ||
.drone.yml | ||
.editorconfig | ||
.env.development.example | ||
.env.production | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
LICENSE | ||
README.md | ||
babel.config.js | ||
jest.config.js | ||
jsconfig.json | ||
package.json | ||
postcss.config.js | ||
vue.config.js |
项目概述
- 产品名称:优药后台管理系统ui
- 项目代号:admin-ui
- 官方地址:http://yy-git.youyao99.com/youyao/admin-ui
运行环境要求
- node 10.0+
开发环境部署/安装
请确保本地安装了 nodejs 环境。
基础安装
1. 克隆源代码
克隆源代码到本地:
git clone http://yy-git.youyao99.com/youyao/admin-ui.git
2. 添加配置文件
cp .env.development.example .env.development
根据需要修改配置
VUE_APP_BASE_API = 'http://localhost:9501/api'
3. 安装依赖
npm install --registry=https://registry.npm.taobao.org
4. 启动服务
npm run dev
链接入口
主要依赖列表
- vuejs:vuejs:
- element-ui:element-ui
- vue-element-admin:vue-element-admin