cutego-ui/README.md

57 lines
850 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# CuteGo前端
#### 介绍
引用RuoYi前端
#### 软件架构
ES6、vue、vuex、vue-router、vue-cli、axios、element-ui
#### 安装教程
```
# 进入项目目录
cd cutego-ui
# 安装依赖
npm install
# 安装Web工程生成node_modules文件
npm install --registry=https://registry.npm.taobao.org
```
#### idea配置
![RunConfig1](docs/images/RunConfig1.png)
![RunConfig2](docs/images/RunConfig2.png)
#### 使用说明
```
# 启动服务(使用 Vue 运行 Web 工程)
npm run dev
# 浏览器访问
http://localhost:16379
# 默认账号密码
用户名 admin 密码 123456
```
#### 发布
```
# 构建测试环境
npm run build:stage
# 构建生产环境(打包Web工程生成dist文件)
npm run build:prod
```
#### 参与贡献
1. Fork 本仓库
2. 新建 Feat_xxx 分支
3. 提交代码
4. 新建 Pull Request