Name
Last commit
Last update
.vscode Loading commit data...
public Loading commit data...
src Loading commit data...
.editorconfig Loading commit data...
.eslintignore Loading commit data...
.eslintrc.js Loading commit data...
.gitignore Loading commit data...
.postcssrc.js Loading commit data...
.prettierrc Loading commit data...
CHANGELOG.md Loading commit data...
README.md Loading commit data...
babel.config.js Loading commit data...
package-lock.json Loading commit data...
package.json Loading commit data...
quasar.config.js Loading commit data...
quasar.extensions.json Loading commit data...
tsconfig.json Loading commit data...
yarn.lock Loading commit data...

Quasar App (my-study01)

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.