renovate[bot] db1a4ca0b8 chore(examples) Update dependency quasar to v1.6.1 (#296) 5 anni fa
..
src 548ab94810 feat(tauri.js) add API endpoint proxy, closes #197 (#241) 5 anni fa
src-tauri 4416cdbb30 chore(examples) update CSP and tauri-webpack to 0.2.0 (#256) 5 anni fa
.editorconfig c48d0efd84 feat(examples): init quasar example (#124) 5 anni fa
.eslintignore c48d0efd84 feat(examples): init quasar example (#124) 5 anni fa
.eslintrc.js c48d0efd84 feat(examples): init quasar example (#124) 5 anni fa
.gitignore acdb73febf Chore/updates new (#183) 5 anni fa
.postcssrc.js c48d0efd84 feat(examples): init quasar example (#124) 5 anni fa
.stylintrc c48d0efd84 feat(examples): init quasar example (#124) 5 anni fa
README.md c48d0efd84 feat(examples): init quasar example (#124) 5 anni fa
babel.config.js c48d0efd84 feat(examples): init quasar example (#124) 5 anni fa
package.json db1a4ca0b8 chore(examples) Update dependency quasar to v1.6.1 (#296) 5 anni fa
quasar.conf.js 1951fc88c9 feat(tauri) lazy loading for the no-server mode (#161) 5 anni fa
yarn.lock db1a4ca0b8 chore(examples) Update dependency quasar to v1.6.1 (#296) 5 anni fa

README.md

Quasar App (quasar-app)

A Quasar Framework app

Install the dependencies

yarn

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

quasar dev

Lint the files

yarn run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.