This package has been deprecated

Author message:

QAutomate has been deprecated in favor of using Quasar’s new built in auto adding components: https://quasar.dev/quasar-cli/quasar-conf-js#Auto-import-feature

quasar-app-extension-qautomate

1.0.0-alpha.5 • Public • Published

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.

Package Sidebar

Install

npm i quasar-app-extension-qautomate

Weekly Downloads

2

Version

1.0.0-alpha.5

License

MIT

Unpacked Size

15.9 kB

Total Files

5

Last publish

Collaborators

  • webnoob