轨道交通仿真应用客户端
Go to file
joylink_zhaoerwei 5888422322 Squashed commit of the following:
commit 27fb1ee4ea
Author: joylink_fanyuhong <18706759286@163.com>
Date:   Tue Sep 24 14:05:41 2024 +0800

    报错调整

commit 069615d05d
Author: joylink_fanyuhong <18706759286@163.com>
Date:   Tue Sep 24 14:04:30 2024 +0800

    代码调整

commit 66c4ac33b3
Merge: 107d8a5 b267859
Author: shengxuqiang <shengxuqiang@joylink.club>
Date:   Tue Sep 24 12:09:11 2024 +0800

    Merge pull request '修改打包目录配置' (#3) from develop into local-test

    Reviewed-on: joylink/rtss-simulation-app-client#3

commit 107d8a50f1
Merge: 75797eb b01ee7c
Author: shengxuqiang <shengxuqiang@joylink.club>
Date:   Tue Sep 24 11:59:24 2024 +0800

    Merge pull request '添加local-test环境打包配置' (#2) from develop into local-test

    Reviewed-on: joylink/rtss-simulation-app-client#2

commit 75797ebc40
Merge: ff65d38 1a4ae38
Author: shengxuqiang <shengxuqiang@joylink.club>
Date:   Tue Sep 24 11:52:28 2024 +0800

    Merge pull request '添加local-test分支CICD配置' (#1) from develop into local-test

    Reviewed-on: joylink/rtss-simulation-app-client#1
2024-09-24 14:22:31 +08:00
.gitea/workflows 修改打包路径配置 2024-09-24 11:50:24 +08:00
.vscode 项目创建 2024-09-12 10:30:51 +08:00
public CCTV绘制app暂提 2024-09-14 12:02:41 +08:00
rtss-proto-msg@1672a8c0e2 修改打包路径配置 2024-09-24 11:50:24 +08:00
scripts proto脚本调整 2024-09-13 13:38:04 +08:00
src Squashed commit of the following: 2024-09-24 14:22:31 +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 添加ypes/google-protobuf开发依赖 2024-09-14 14:33:26 +08:00
package.json 添加local-test环境打包配置 2024-09-24 11:58:50 +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 修改打包路径配置 2024-09-24 11:50:24 +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.