yazninja / cssweng

Description goes here
2 stars 2 forks source link

Quasar App (Sports Betting Data Compiler)

A Quasar Project

Build Dependencies

Install the dependencies

yarn
# or
npm install
# or
pnpm install # recommended for node v19+

Start the app in development mode (hot-code reloading, error reporting, etc.)

yarn start
# or
npm start
# or
pnpm start

Build the app with debug console

yarn build:debug
# or
npm build:debug
# or
pnpm build:debug

Build the app without debug console

yarn build
# or
npm build
# or
pnpm build

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

yarn build:production
# or
npm build:production
# or
pnpm build:production

Customize the configuration

See Configuring quasar.config.js.