Aucune description

Jinyao cffdc9f147 feat: 完成buglist表格部分 il y a 5 ans
mock cffdc9f147 feat: 完成buglist表格部分 il y a 5 ans
public 8c4776f00c feat: 初步建立首页框架 il y a 5 ans
src cffdc9f147 feat: 完成buglist表格部分 il y a 5 ans
.browserslistrc 220aac991a init il y a 5 ans
.editorconfig 220aac991a init il y a 5 ans
.env 91965c36bb feat: 添加GroupAPI il y a 5 ans
.env.dev 4fa2fb9b88 chore: 添加多环境打包配置 il y a 5 ans
.env.dev-mock 4fa2fb9b88 chore: 添加多环境打包配置 il y a 5 ans
.env.prod 85739808ac chore: 添加Dockerfile,修改构建配置 il y a 5 ans
.eslintrc.js bb3c2ec612 feat: 集成所有开发分支,解决冲突,整理Vuex,完成User与Project的Mock il y a 5 ans
.gitignore 220aac991a init il y a 5 ans
Dockerfile 30d746b422 chore: 更新Dockerfile il y a 5 ans
README.md 4fa2fb9b88 chore: 添加多环境打包配置 il y a 5 ans
babel.config.js f12c8515c0 style: 大量组件使用element-plus替换,统一视觉效果 il y a 5 ans
package-lock.json b8c8914e86 页面基础结构。 il y a 5 ans
package.json 4fa2fb9b88 chore: 添加多环境打包配置 il y a 5 ans
tsconfig.json 220aac991a init il y a 5 ans
vue.config.js 4fa2fb9b88 chore: 添加多环境打包配置 il y a 5 ans
yarn.lock bb3c2ec612 feat: 集成所有开发分支,解决冲突,整理Vuex,完成User与Project的Mock il y a 5 ans

README.md

devcloud-frontend

命令介绍

请使用yarn作为包管理器

yarn mock启动mock server

yarn serve启动本地服务,需搭配本地运行在8080端口的后端服务。

yarn serve:mock 启动本地服务,需搭配mock server进行使用。

yarn build:test执行线上测试环境打包构建。

yarn build:prod执行生产环境打包构建。

yarn lint --fix进行格式化。

环境变量说明

.env文件中,声明单点登录门户网站host

.env.[mode]文件中,声明当前环境的接口地址API_URL与环境名ENV_NAME