Go to file
2023-05-30 13:19:30 +08:00
.vscode 初始化 2023-05-30 13:19:30 +08:00
public 初始化 2023-05-30 13:19:30 +08:00
src 初始化 2023-05-30 13:19:30 +08:00
.editorconfig 初始化 2023-05-30 13:19:30 +08:00
.eslintignore 初始化 2023-05-30 13:19:30 +08:00
.eslintrc.cjs 初始化 2023-05-30 13:19:30 +08:00
.gitignore 初始化 2023-05-30 13:19:30 +08:00
.npmrc 初始化 2023-05-30 13:19:30 +08:00
.prettierrc 初始化 2023-05-30 13:19:30 +08:00
index.html 初始化 2023-05-30 13:19:30 +08:00
package.json 初始化 2023-05-30 13:19:30 +08:00
postcss.config.cjs 初始化 2023-05-30 13:19:30 +08:00
quasar.config.js 初始化 2023-05-30 13:19:30 +08:00
README.md 初始化 2023-05-30 13:19:30 +08:00
tsconfig.json 初始化 2023-05-30 13:19:30 +08:00
yarn.lock 初始化 2023-05-30 13:19:30 +08:00

XianNccDa (xian-ncc-da-client)

xian ncc 调度决策辅助客户端

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.