Lucas Fernandes Nogueira b7a6bc0f42 feat(bundler&tauri) add wix resource bundling and utils to get the path to the platform resource dir (#352) 5 年之前
..
src 6225e5d30a feat(bundler) add option to bundle external binaries (#312) 5 年之前
src-tauri b7a6bc0f42 feat(bundler&tauri) add wix resource bundling and utils to get the path to the platform resource dir (#352) 5 年之前
.editorconfig c48d0efd84 feat(examples): init quasar example (#124) 5 年之前
.eslintignore c48d0efd84 feat(examples): init quasar example (#124) 5 年之前
.eslintrc.js c48d0efd84 feat(examples): init quasar example (#124) 5 年之前
.gitignore acdb73febf Chore/updates new (#183) 5 年之前
.postcssrc.js c48d0efd84 feat(examples): init quasar example (#124) 5 年之前
.stylintrc c48d0efd84 feat(examples): init quasar example (#124) 5 年之前
README.md c48d0efd84 feat(examples): init quasar example (#124) 5 年之前
babel.config.js c48d0efd84 feat(examples): init quasar example (#124) 5 年之前
package.json 122c16196d chore(examples) Update Vue Examples (#345) 5 年之前
quasar.conf.js 1951fc88c9 feat(tauri) lazy loading for the no-server mode (#161) 5 年之前
yarn.lock 122c16196d chore(examples) Update Vue Examples (#345) 5 年之前

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.