joylink官网
Go to file
joylink_fanyuhong 9187b6849e 代码上传 2024-09-12 09:27:38 +08:00
.vscode 代码上传 2024-09-12 09:27:38 +08:00
public 代码上传 2024-09-12 09:27:38 +08:00
src 代码上传 2024-09-12 09:27:38 +08:00
.editorconfig 代码上传 2024-09-12 09:27:38 +08:00
.eslintignore 代码上传 2024-09-12 09:27:38 +08:00
.eslintrc.cjs 代码上传 2024-09-12 09:27:38 +08:00
.gitignore 代码上传 2024-09-12 09:27:38 +08:00
.npmrc 代码上传 2024-09-12 09:27:38 +08:00
.prettierrc 代码上传 2024-09-12 09:27:38 +08:00
README.md 代码上传 2024-09-12 09:27:38 +08:00
index.html 代码上传 2024-09-12 09:27:38 +08:00
package-lock.json 代码上传 2024-09-12 09:27:38 +08:00
package.json 代码上传 2024-09-12 09:27:38 +08:00
postcss.config.cjs 代码上传 2024-09-12 09:27:38 +08:00
quasar.config.js 代码上传 2024-09-12 09:27:38 +08:00
tsconfig.json 代码上传 2024-09-12 09:27:38 +08:00
tsconfig.vue-tsc.json 代码上传 2024-09-12 09:27:38 +08:00

README.md

Quasar App (official-website)

北京玖琏官网

node 版本 >= 18.20.0

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.