轨道交通仿真应用客户端
Go to file
fan 05faded0a3 proto同步 2024-09-14 15:31:17 +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@62dc244c92 proto同步 2024-09-14 15:31:17 +08:00
scripts proto脚本调整 2024-09-13 13:38:04 +08:00
src proto同步 2024-09-14 15:31:17 +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 项目创建 2024-09-12 10:30:51 +08:00
package-lock.json 添加ypes/google-protobuf开发依赖 2024-09-14 14:33:26 +08:00
package.json 添加ypes/google-protobuf开发依赖 2024-09-14 14:33:26 +08:00
postcss.config.cjs 项目创建 2024-09-12 10:30:51 +08:00
quasar.config.js 配置调整 2024-09-12 15:11:20 +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

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.