Go to file
100011797 6253aa5c32 fix: 修改bug 2023-05-09 23:22:54 +08:00
.husky feat: 添加commit校验 2023-01-10 15:26:20 +08:00
config fix: 修复iot账号无法登录可视化 2023-04-27 17:57:19 +08:00
plugin fix: 修复社区版bug 2023-04-18 09:24:16 +08:00
public fix: 修复license页面无法访问问题 2023-05-08 14:33:20 +08:00
src fix: 修改bug 2023-05-09 23:22:54 +08:00
.commitlintrc.cjs fix: 修复commit信息无法校验 2023-01-12 09:54:56 +08:00
.env.develop update: 修改Upload文件名;优化CardBox样式 2023-03-14 17:06:29 +08:00
.env.production update: 修改Upload文件名;优化CardBox样式 2023-03-14 17:06:29 +08:00
.eslintignore update: 优化打包 2023-02-21 19:44:43 +08:00
.eslintrc.cjs feat: websocket 2023-02-20 20:03:45 +08:00
.gitignore fix: yarn.lock不忽略 2023-01-10 17:06:53 +08:00
.npmrc update: 修改源地址 2023-03-01 14:23:21 +08:00
.prettierrc.cjs feat: 初始化项目 2022-12-26 15:27:55 +08:00
Dockerfile update: 挪动docker文件位置 2023-02-23 16:53:40 +08:00
README.md docs: 优化文档 2023-04-23 14:12:49 +08:00
build.sh fix: 修改docker版本号 2023-05-05 15:23:24 +08:00
docker-entrypoint.sh update: 挪动docker文件位置 2023-02-23 16:53:40 +08:00
index.html update: 视频播放插件更换 2023-03-07 16:24:40 +08:00
nginx.conf update: 挪动docker文件位置 2023-02-23 16:53:40 +08:00
package-lock.json fix: bug#10232 2023-03-15 11:40:23 +08:00
package.json fix: 修改bug 2023-05-09 23:22:54 +08:00
tsconfig.json update: proSearch添加class 2023-03-14 17:06:29 +08:00
tsconfig.node.json update: 添加组件库按需引入 2023-03-04 17:34:59 +08:00
vite.config.ts fix: 优化场景联动-执行动作删除校验 2023-05-08 18:01:19 +08:00
yarn.lock fix: 修改bug 2023-05-09 23:22:54 +08:00

README.md

JetLinks-ui-vue

平台简介

  • 本仓库为JetLinks vue版本。
  • 前端技术栈Vue3 + Jetlinks-ui-components + Vite 4.x
  • 本项目采用约定式路由,文件系统即路由,通过目录和文件及其命名分析出路由配置。

前端运行

# 克隆项目
git clone https://github.com/jetlinks/jetlinks-ui-vue.git

# 安装依赖
yarn

# 启动服务
yarn dev

# 更新jetlinks-ui-components
yarn add jetlinks-ui-components@latest

# 更新jetlinks-ui-components之后没有效果时
yarn dev:force

Node

  • node >= 18.14.0

浏览器兼容

  • Chrome >= 100
  • Firefox >= 100
  • Edge >= 100
    不支持IE

备注