Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 681 Bytes

README.md

File metadata and controls

48 lines (34 loc) · 681 Bytes

Quasar App (qua-vite)

Quasar 入门教程视频源码 视频地址: https://www.bilibili.com/video/BV1pA4y197Zc

webpack 版本源码地址: https://github.com/dongwa/quasar-tutorial-webpack

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.