Go to file
lingling 3d1ac83bc2 第一次提交 2023-03-19 13:31:39 +08:00
.vscode 第一次提交 2023-03-19 13:31:39 +08:00
public 第一次提交 2023-03-19 13:31:39 +08:00
src 第一次提交 2023-03-19 13:31:39 +08:00
.editorconfig 第一次提交 2023-03-19 13:31:39 +08:00
.eslintignore 第一次提交 2023-03-19 13:31:39 +08:00
.eslintrc.js 第一次提交 2023-03-19 13:31:39 +08:00
.gitignore 第一次提交 2023-03-19 13:31:39 +08:00
.npmrc 第一次提交 2023-03-19 13:31:39 +08:00
.prettierrc 第一次提交 2023-03-19 13:31:39 +08:00
README.md 第一次提交 2023-03-19 13:31:39 +08:00
index.html 第一次提交 2023-03-19 13:31:39 +08:00
package.json 第一次提交 2023-03-19 13:31:39 +08:00
postcss.config.js 第一次提交 2023-03-19 13:31:39 +08:00
quasar.config.js 第一次提交 2023-03-19 13:31:39 +08:00
tsconfig.json 第一次提交 2023-03-19 13:31:39 +08:00
yarn.lock 第一次提交 2023-03-19 13:31:39 +08:00

README.md

Quasar App (link-chang)

A Quasar Project

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.