Go to file
Lexcubia 086bbd2fe7 🚀 初始化提交 2025-03-10 10:53:46 +08:00
.husky 🚀 初始化提交 2025-03-10 10:53:46 +08:00
.vscode 🚀 初始化提交 2025-03-10 10:53:46 +08:00
public 🚀 初始化提交 2025-03-10 10:53:46 +08:00
src 🚀 初始化提交 2025-03-10 10:53:46 +08:00
src-electron 🚀 初始化提交 2025-03-10 10:53:46 +08:00
.editorconfig 🚀 初始化提交 2025-03-10 10:53:46 +08:00
.gitignore 🚀 初始化提交 2025-03-10 10:53:46 +08:00
.npmrc 🚀 初始化提交 2025-03-10 10:53:46 +08:00
.prettierrc.json 🚀 初始化提交 2025-03-10 10:53:46 +08:00
README.md 🚀 初始化提交 2025-03-10 10:53:46 +08:00
commitlint.config.ts 🚀 初始化提交 2025-03-10 10:53:46 +08:00
eslint.config.js 🚀 初始化提交 2025-03-10 10:53:46 +08:00
index.html 🚀 初始化提交 2025-03-10 10:53:46 +08:00
package.json 🚀 初始化提交 2025-03-10 10:53:46 +08:00
postcss.config.js 🚀 初始化提交 2025-03-10 10:53:46 +08:00
quasar.config.ts 🚀 初始化提交 2025-03-10 10:53:46 +08:00
tsconfig.json 🚀 初始化提交 2025-03-10 10:53:46 +08:00
yarn.lock 🚀 初始化提交 2025-03-10 10:53:46 +08: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.