Go to file
2025-09-22 17:02:25 +08:00
docs first commit 2025-01-14 15:15:54 +08:00
public first commit 2025-01-14 15:15:54 +08:00
src fix: 系统调用详情切换问题 2025-09-22 17:02:25 +08:00
types 'code同步' 2025-07-07 10:30:27 +08:00
.editorconfig first commit 2025-01-14 15:15:54 +08:00
.env first commit 2025-01-14 15:15:54 +08:00
.env.development first commit 2025-01-14 15:15:54 +08:00
.env.site first commit 2025-01-14 15:15:54 +08:00
.env.test first commit 2025-01-14 15:15:54 +08:00
.eslintignore first commit 2025-01-14 15:15:54 +08:00
.eslintrc first commit 2025-01-14 15:15:54 +08:00
.gitattributes first commit 2025-01-14 15:15:54 +08:00
.gitignore first commit 2025-01-14 15:15:54 +08:00
.npmrc first commit 2025-01-14 15:15:54 +08:00
.prettierrc.js first commit 2025-01-14 15:15:54 +08:00
.stylelintignore first commit 2025-01-14 15:15:54 +08:00
commitlint.config.js first commit 2025-01-14 15:15:54 +08:00
components.d.ts first commit 2025-01-14 15:15:54 +08:00
index.html first commit 2025-01-14 15:15:54 +08:00
LICENSE first commit 2025-01-14 15:15:54 +08:00
package.json first commit 2025-01-14 15:15:54 +08:00
postcss.config.js first commit 2025-01-14 15:15:54 +08:00
README.md first commit 2025-01-14 15:15:54 +08:00
stylelint.config.js first commit 2025-01-14 15:15:54 +08:00
tsconfig.json first commit 2025-01-14 15:15:54 +08:00
vite.config.ts 'fix' 2025-01-15 16:22:14 +08:00

dubhe-lcs

计算服务平台大屏前端

Develop

## install dependencies
yarn

## set up
yarn dev

Build

## build
yarn build


菜单导航配置

src/router/modules/common.ts

各业务文件位置

总览

src/pages/home/

数据中心

src/pages/dataCenter/

统一搜索

src/pages/uniformSearch/

计算中心

src/pages/calculateCenter/

运维中心

src/pages/operationCenter/

应用中心

src/pages/appCenter/

注意:所有业务文件,均要在各自文件夹下,不可污染外部文件和配置