* chore(tests): update deps Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * chore(workflows): update actions to latest Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * chore: update pnpm-lock.yaml Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * chore(examples,vite): update deps Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * chore(examples,nuxt): update deps Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * chore(examples,quasar): update deps Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * chore(examples,docs): update deps Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --------- Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
Quasar App (quasar-examples)
Vue Flow Quasar Examples
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
Build the app for production
quasar build