Quasar now supports Automatic component injection by default so this is no longer required.
For more information: https://quasar.dev/quasar-cli/quasar-conf-js#Auto-import-feature
Please note that QAutomate is in alpha state.
QAutomate is an UI App Extension for Quasar Framework v1. It will not work with legacy versions of Quasar Framework.
This work is currently in alpha and there are expected changes while things get worked out. Your help with testing is greatly appreciated.
Automate various tasks when developing in Quasar.
Currently supports:
- Automatically look for Quasar Components, Directives and Plugins used within your project and add them to your Quasar.conf.js file.
- Sorting of Components, Directives and Plugins within your Quasar.conf.js file.
quasar ext add qautomate
Quasar CLI will retrieve it from NPM and install the extension.
Mode [Automatic | Manual | Warn] - How QAutomate should behave when missing items are detected.
Sort [True | False] - Should QAutomate sort the items in components, directives or plugins?
quasar ext remove qautomate
Index.vue
Add <q-input />
to your template without having it in your quasar.conf.js file and it'll automatically add QInput
and rebuild.
Add this.$q.loading.show()
to your source in created
and it'll automatically add the Loading
plugin to your quasar.conf.js file.
More to follow ...
- CLI command to check the source for any unused components and list / remove from quasar.conf.js file.
If you like (and use) this App Extension, please consider becoming a Quasar GH Sponsor.