Go to file
2025-04-04 22:16:25 +08:00
.vscode fix(项目初始化):前端项目初始化 2025-04-04 22:16:25 +08:00
public fix(项目初始化):前端项目初始化 2025-04-04 22:16:25 +08:00
src fix(项目初始化):前端项目初始化 2025-04-04 22:16:25 +08:00
.editorconfig fix(项目初始化):前端项目初始化 2025-04-04 22:16:25 +08:00
.eslintignore fix(项目初始化):前端项目初始化 2025-04-04 22:16:25 +08:00
.eslintrc.cjs fix(项目初始化):前端项目初始化 2025-04-04 22:16:25 +08:00
.gitignore fix(项目初始化):前端项目初始化 2025-04-04 22:16:25 +08:00
.npmrc fix(项目初始化):前端项目初始化 2025-04-04 22:16:25 +08:00
.prettierrc fix(项目初始化):前端项目初始化 2025-04-04 22:16:25 +08:00
index.html fix(项目初始化):前端项目初始化 2025-04-04 22:16:25 +08:00
package-lock.json fix(项目初始化):前端项目初始化 2025-04-04 22:16:25 +08:00
package.json fix(项目初始化):前端项目初始化 2025-04-04 22:16:25 +08:00
postcss.config.cjs fix(项目初始化):前端项目初始化 2025-04-04 22:16:25 +08:00
quasar.config.js fix(项目初始化):前端项目初始化 2025-04-04 22:16:25 +08:00
README.md fix(项目初始化):前端项目初始化 2025-04-04 22:16:25 +08:00
tsconfig.json fix(项目初始化):前端项目初始化 2025-04-04 22:16:25 +08:00

Data Process By Quasar (quasar-data-process)

Very New Bee

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.