Skip to content

wsk116/quasar-tutorial-webpack

 
 

Repository files navigation

Quasar App (quasar-project)

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

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

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 52.1%
  • JavaScript 30.5%
  • TypeScript 12.5%
  • HTML 2.6%
  • SCSS 2.2%
  • Shell 0.1%