Aucune description

microrain 82eaf5f7b9 完善设备倒入模版 il y a 2 ans
public 82eaf5f7b9 完善设备倒入模版 il y a 2 ans
src 82eaf5f7b9 完善设备倒入模版 il y a 2 ans
.env de3732bc4a fix: 修复.env的配置,增加说明 il y a 2 ans
.env.development 6ecb8c988a 修改删除按钮颜色type更改 il y a 2 ans
.env.open d84f524527 fix: 增加是否开源的表示,来确定是否显示默认账号密码,修复默认TITLE显示SAGOO IOT il y a 2 ans
.env.production bef153c4ea 优化全局基础服务配置,优化代码路径引用 il y a 2 ans
.eslintignore f4fee64931 git reset gfast-ui il y a 3 ans
.eslintrc.js 8996280d72 fix: 去除多余log il y a 2 ans
.gitignore 662afc5c03 优化部署脚本 il y a 2 ans
.prettierrc.js 3c262419f4 设备详情-增加设备功能显示,设备功能的执行操作还没加好,明天 继续弄 il y a 2 ans
CHANGELOG.md 148f65e642 优化:将部门字样改为组织字样 il y a 2 ans
LICENSE f4fee64931 git reset gfast-ui il y a 3 ans
README.md e156082a24 fix: 增加项目依赖安装说明 il y a 2 ans
index.html d84f524527 fix: 增加是否开源的表示,来确定是否显示默认账号密码,修复默认TITLE显示SAGOO IOT il y a 2 ans
package-lock.json 34722e424f 测试 il y a 2 ans
package.json e9c8603115 去掉无用文件,更换为安全的vite版本。修改事件类型 il y a 2 ans
plugins.d.ts d7d0ab3ba1 增加代码生成页面 il y a 3 ans
shim.d.ts f4fee64931 git reset gfast-ui il y a 3 ans
source.d.ts f4fee64931 git reset gfast-ui il y a 3 ans
tsconfig.json f4fee64931 git reset gfast-ui il y a 3 ans
vite.config.ts 3df1153930 开发环境编译后,自动打开浏览器, il y a 3 ans
yarn.lock 095f2ce46c 修复element-plus版本问题导致项目启动报错的问题 il y a 2 ans

README.md

sagoo-admin-ui

业务管理系统前端

依赖安装方式

用 yarn 安装依赖

  1. 全局安装yarn: npm i yarn -g ,如果是非windows环境需要加 sudo
  2. 用yarn在项目中安装依赖: yarn i

环境变量配置

.env

| 为默认环境配置,不可修改,会导致线上使用异常

.env.development

| 开发环境配置,可在此配置开发环境,开发使用时会覆盖默认配置

.env.development.local

| 可在本地添加此文件进行配置,会覆盖默认配置及【.env.development】的配置,并且git会忽略这个文件,不会对其他的开发者的环境造成影响