轨道交通仿真应用客户端
Go to file
joylink_zhaoerwei 901f38be6c
All checks were successful
local-test-CICD / Docker-Build (push) Successful in 2m41s
Squashed commit of the following:
commit 16230d77e4
Author: joylink_zhaoerwei <Bob_Engineer@163.com>
Date:   Mon Oct 14 17:12:22 2024 +0800

    ISCS底部报警

commit 0787c7419e
Author: joylink_fanyuhong <18706759286@163.com>
Date:   Mon Oct 14 15:36:57 2024 +0800

    代码调整

commit aacfdf8b2d
Author: joylink_zhaoerwei <Bob_Engineer@163.com>
Date:   Sat Oct 12 17:02:24 2024 +0800

    完善绘制风格配置

commit 975a8a89aa
Merge: 37c56e2 38bc44f
Author: joylink_fanyuhong <18706759286@163.com>
Date:   Fri Oct 11 17:14:10 2024 +0800

    Merge branch 'develop' of https://gitea.joylink.club/joylink/rtss-simulation-app-client into develop

commit 37c56e2962
Author: joylink_fanyuhong <18706759286@163.com>
Date:   Fri Oct 11 17:14:08 2024 +0800

    删除fas遗留文件

commit 38bc44f2f9
Author: joylink_zhaoerwei <Bob_Engineer@163.com>
Date:   Fri Oct 11 17:07:53 2024 +0800

    绘制选择bug赞提(粗处理)

commit 8dc7214ceb
Author: joylink_zhaoerwei <Bob_Engineer@163.com>
Date:   Fri Oct 11 15:16:31 2024 +0800

    公共的图形——圆

commit c5beb9fbfd
Merge: fd0bfb0 63eff00
Author: joylink_fanyuhong <18706759286@163.com>
Date:   Fri Oct 11 09:57:41 2024 +0800

    Merge branch 'develop' of https://gitea.joylink.club/joylink/rtss-simulation-app-client into develop

commit fd0bfb0ab2
Author: joylink_fanyuhong <18706759286@163.com>
Date:   Fri Oct 11 09:52:46 2024 +0800

    同步数据调整

commit 63eff006b0
Author: joylink_zhaoerwei <Bob_Engineer@163.com>
Date:   Thu Oct 10 17:19:36 2024 +0800

    修改矩形碰撞检测+动态加载绘制工具
2024-10-14 17:14:32 +08:00
.gitea/workflows 修改打包路径配置 2024-09-24 11:50:24 +08:00
.vscode 项目创建 2024-09-12 10:30:51 +08:00
public 增加icon 2024-10-08 17:32:17 +08:00
rtss-proto-msg@ea8b911846 修改protoc结构 2024-10-10 15:11:28 +08:00
scripts proto脚本调整 2024-09-13 13:38:04 +08:00
src Squashed commit of the following: 2024-10-14 17:14:32 +08:00
.editorconfig 项目创建 2024-09-12 10:30:51 +08:00
.eslintignore 项目创建 2024-09-12 10:30:51 +08:00
.eslintrc.cjs 代码提交 2024-09-12 14:39:58 +08:00
.gitignore 项目创建 2024-09-12 10:30:51 +08:00
.gitmodules 添加子项目 2024-09-12 16:14:38 +08:00
.npmrc 项目创建 2024-09-12 10:30:51 +08:00
.prettierrc 项目创建 2024-09-12 10:30:51 +08:00
index.html 项目创建 2024-09-12 10:30:51 +08:00
package-lock.json 公共的线条备用 2024-10-09 18:52:48 +08:00
package.json Squashed commit of the following: 2024-10-14 17:14:32 +08:00
postcss.config.cjs 项目创建 2024-09-12 10:30:51 +08:00
quasar.config.js 修改打包目录配置 2024-09-24 12:08:38 +08:00
README.md 子项目 2024-09-12 16:02:55 +08:00
tsconfig.json proto同步 2024-09-13 09:30:52 +08:00
tsconfig.vue-tsc.json 项目创建 2024-09-12 10:30:51 +08:00
yarn.lock Squashed commit of the following: 2024-10-14 17:14:32 +08:00

rtss-simulation-app-client (rtss-simulation-app-client)

仿真客户端

此项目包含子模块,拉取方式:

  • 1.在克隆主项目的时候带上参数 --recurse-submodules
  • 2.或者 clone 完成后在项目目录中执行git submodule init && git submodule update

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.