轨道交通仿真应用客户端
Go to file
joylink_fanyuhong f2bc8fd663 代码提交 2024-09-12 14:39:58 +08:00
.vscode 项目创建 2024-09-12 10:30:51 +08:00
public 项目创建 2024-09-12 10:30:51 +08:00
src 代码提交 2024-09-12 14:39:58 +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
.npmrc 项目创建 2024-09-12 10:30:51 +08:00
.prettierrc 项目创建 2024-09-12 10:30:51 +08:00
README.md 项目创建 2024-09-12 10:30:51 +08:00
index.html 项目创建 2024-09-12 10:30:51 +08:00
package-lock.json 代码提交 2024-09-12 14:39:58 +08:00
package.json 代码提交 2024-09-12 14:39:58 +08:00
postcss.config.cjs 项目创建 2024-09-12 10:30:51 +08:00
quasar.config.js 项目创建 2024-09-12 10:30:51 +08:00
tsconfig.json 代码提交 2024-09-12 14:39:58 +08:00
tsconfig.vue-tsc.json 项目创建 2024-09-12 10:30:51 +08:00

README.md

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

仿真客户端

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.