CuteGo前端UI
Go to file
骑着蜗牛追导弹 1a648f3ca7 init... 2022-03-01 13:45:27 +08:00
.gitee Initial commit 2022-03-01 05:04:13 +00:00
.idea init... 2022-03-01 13:43:41 +08:00
build init... 2022-03-01 13:43:41 +08:00
docs/images init... 2022-03-01 13:43:41 +08:00
public init... 2022-03-01 13:43:41 +08:00
src init... 2022-03-01 13:43:41 +08:00
.gitignore init... 2022-03-01 13:45:27 +08:00
LICENSE Initial commit 2022-03-01 05:04:13 +00:00
README.md init... 2022-03-01 13:43:41 +08:00
babel.config.js init... 2022-03-01 13:43:41 +08:00
package-lock.json init... 2022-03-01 13:43:41 +08:00
package.json init... 2022-03-01 13:43:41 +08:00
vue.config.js init... 2022-03-01 13:43:41 +08:00

README.md

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 RunConfig2

使用说明

# 启动服务(使用 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