Go to file
lingling 1b2f1e6374 增加延迟 2023-04-01 21:55:38 +08:00
.vscode 第一次提交 2023-03-19 13:31:39 +08:00
public 完成批量化 的支持 2023-03-20 16:49:07 +08:00
src 增加延迟 2023-04-01 21:55:38 +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-20 16:49:07 +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 22:54:22 +08:00
postcss.config.js 第一次提交 2023-03-19 13:31:39 +08:00
quasar.config.js 解决https不能ajaxhttp 加入gzip打包 2023-03-20 18:17:04 +08:00
tsconfig.json 第一次提交 2023-03-19 13:31:39 +08:00
yarn.lock 实现了一遍 2023-03-19 22:54:22 +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.