Is "quasar new plugin" deprecated in 1.0 beta?
-
I’m quite new to quasar and currently trying out the beta of 1.0.
I’d like to add my own custom plugin with often used “helper” methods but my quasar CLI command does not have a “quasar new plugin” command. Is there a new best practice to add own libraries or methods to my app? Thank you. -
Hi @Svoboda - The app plugins have been renamed to “boot” files. So, what you are looking for is
$ quasar new boot my-boot-file
.Scott
-
-
@rstoenescu Thank you. I was unable to find that myself.