Go to file
xieyonghong af3159ef95 fix: bug#10936 2023-04-03 17:46:31 +08:00
.husky feat: 添加commit校验 2023-01-10 15:26:20 +08:00
config feat: 优化Layout组件,添加动态路由 2023-01-29 17:16:16 +08:00
plugin fix: 修复BadgeStatus中status类型 2023-03-25 18:09:48 +08:00
public fix: 文件名空格删除 2023-03-28 19:07:08 +08:00
src fix: bug#10936 2023-04-03 17:46:31 +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: 更新文档中vite版本 2023-04-03 11:27:39 +08:00
build.sh update: 挪动docker文件位置 2023-02-23 16:53:40 +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 update: 添加node版本控制器 2023-03-29 09:11:22 +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: bug#10936 2023-04-03 17:46:31 +08:00
yarn.lock update: 更新组件库 2023-04-03 11:07:45 +08:00

README.md

JetLinks-ui-vue v1.0.0

平台简介

  • 本仓库为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

备注

项目在开发模式下,首页加载慢属于正常现象;