1.0.0-alpha.5 • Published 5 years ago

quasar-app-extension-qautomate v1.0.0-alpha.5

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

QAutomate (qautomate)

Please note that QAutomate is in alpha state.

npm (scoped) GitHub code size in bytes GitHub repo size in bytes npm

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.

QAutomate

Automate various tasks when developing in Quasar.

Currently supports:

  1. Automatically look for Quasar Components, Directives and Plugins used within your project and add them to your Quasar.conf.js file.
  2. Sorting of Components, Directives and Plugins within your Quasar.conf.js file.

Install

quasar ext add qautomate

Quasar CLI will retrieve it from NPM and install the extension.

Prompts

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?

Uninstall

quasar ext remove qautomate

Example

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 ...

Roadmap

  • CLI command to check the source for any unused components and list / remove from quasar.conf.js file.

Support Us

If you like (and use) this App Extension, please consider becoming a Quasar GH Sponsor.