轨道交通仿真应用客户端
Go to file
joylink_fanyuhong 31d09306b4 调整icon 2024-10-17 11:45:40 +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-17 11:45:18 +08:00
rtss-proto-msg@c3ebea56bd 添加火灾报警主机 2024-10-17 09:32:55 +08:00
scripts proto脚本调整 2024-09-13 13:38:04 +08:00
src 调整icon 2024-10-17 11:45:40 +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
README.md 子项目 2024-09-12 16:02:55 +08:00
index.html 修改icon图标 2024-10-15 09:55:43 +08:00
package-lock.json 公共的线条备用 2024-10-09 18:52:48 +08:00
package.json 代码调整 2024-10-14 15:36:57 +08:00
postcss.config.cjs 项目创建 2024-09-12 10:30:51 +08:00
quasar.config.js 修改打包目录配置 2024-09-24 12:08:38 +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-10-14 15:36:57 +08:00

README.md

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.