Go to file
Lexcubia c7f12cc4cf feat: 提交 2025-04-09 09:52:03 +00:00
.husky feat: 提交 2025-04-09 09:52:03 +00:00
.vscode feat: 提交 2025-04-09 09:52:03 +00:00
public feat: 提交 2025-04-09 09:52:03 +00:00
src feat: 提交 2025-04-09 09:52:03 +00:00
src-electron feat: 提交 2025-04-09 09:52:03 +00:00
.editorconfig feat: 提交 2025-04-09 09:52:03 +00:00
.gitignore feat: 提交 2025-04-09 09:52:03 +00:00
.npmrc feat: 提交 2025-04-09 09:52:03 +00:00
.prettierrc.json feat: 提交 2025-04-09 09:52:03 +00:00
README.md feat: 提交 2025-04-09 09:52:03 +00:00
commitlint.config.ts feat: 提交 2025-04-09 09:52:03 +00:00
eslint.config.js feat: 提交 2025-04-09 09:52:03 +00:00
index.html feat: 提交 2025-04-09 09:52:03 +00:00
package.json feat: 提交 2025-04-09 09:52:03 +00:00
postcss.config.js feat: 提交 2025-04-09 09:52:03 +00:00
quasar.config.ts feat: 提交 2025-04-09 09:52:03 +00:00
tsconfig.json feat: 提交 2025-04-09 09:52:03 +00:00

README.md

Quasar App (quasar-demo)

A Quasar Project

Node Version 18.18.0

Install the dependencies

npm install yarn -g
yarn install
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev
# or
yarn 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
# or
yarn build

Customize the configuration

See Configuring quasar.config.js.