nothingismagick 22b07fc44a event API testing (#132) 5 năm trước cách đây
..
src 22b07fc44a event API testing (#132) 5 năm trước cách đây
src-tauri 22b07fc44a event API testing (#132) 5 năm trước cách đây
.editorconfig c48d0efd84 feat(examples): init quasar example (#124) 5 năm trước cách đây
.eslintignore c48d0efd84 feat(examples): init quasar example (#124) 5 năm trước cách đây
.eslintrc.js c48d0efd84 feat(examples): init quasar example (#124) 5 năm trước cách đây
.gitignore c48d0efd84 feat(examples): init quasar example (#124) 5 năm trước cách đây
.postcssrc.js c48d0efd84 feat(examples): init quasar example (#124) 5 năm trước cách đây
.stylintrc c48d0efd84 feat(examples): init quasar example (#124) 5 năm trước cách đây
README.md c48d0efd84 feat(examples): init quasar example (#124) 5 năm trước cách đây
babel.config.js c48d0efd84 feat(examples): init quasar example (#124) 5 năm trước cách đây
package.json 22b07fc44a event API testing (#132) 5 năm trước cách đây
quasar.conf.js 22b07fc44a event API testing (#132) 5 năm trước cách đây
tauri.conf.js 22b07fc44a event API testing (#132) 5 năm trước cách đây
yarn.lock 22b07fc44a event API testing (#132) 5 năm trước cách đây

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.