优药 权限、菜单管理后台
Go to file
zhulimin a841ff435d fix: update drone 2022-02-11 16:02:32 +08:00
build init env 2021-06-09 15:28:36 +08:00
docker fix: fix docker image 2021-08-13 11:38:34 +08:00
public init env 2021-06-09 15:28:36 +08:00
src fix: 活动无结束时间 2022-02-11 13:44:43 +08:00
tests/unit init env 2021-06-09 15:28:36 +08:00
.drone.yml fix: update drone 2022-02-11 16:02:32 +08:00
.editorconfig init env 2021-06-09 15:28:36 +08:00
.env.development.example init env 2021-06-09 15:28:36 +08:00
.env.production init env 2021-06-09 15:28:36 +08:00
.eslintignore init env 2021-06-09 15:28:36 +08:00
.eslintrc.js init env 2021-06-09 15:28:36 +08:00
.gitignore activity后台 2021-09-24 18:11:01 +08:00
LICENSE init env 2021-06-09 15:28:36 +08:00
README.md init env 2021-06-09 15:28:36 +08:00
babel.config.js init env 2021-06-09 15:28:36 +08:00
jest.config.js init env 2021-06-09 15:28:36 +08:00
jsconfig.json init env 2021-06-09 15:28:36 +08:00
package.json fix: activity 2021-11-29 18:21:22 +08:00
postcss.config.js init env 2021-06-09 15:28:36 +08:00
vue.config.js fix: drone 2022-01-07 14:46:34 +08:00

项目概述

运行环境要求

  • 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

链接入口

主要依赖列表