You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 13, 2022. It is now read-only.
Hello,
First of all, thank you for the amazing job made with Quasar.
I'm currently playing with app extensions as it is described as the way to create a clean starter.
I've already created extensions to cover my needs but instead of invoking them sequentially, I wonder if there is a way to create kind of a "meta" extension to install them automatically.
I've seen the hasExtension in the API but no addExtension, so is it possible to achieve?
Thank you
The text was updated successfully, but these errors were encountered:
@lucasfernog thank you for the quick answer.
I ended up using execa with the quasar ext add command but it only works because I don't have any prompts yet. So I'm still wondering if there is a better way to do it, ideally with Quasar API.
Hello,
First of all, thank you for the amazing job made with Quasar.
I'm currently playing with app extensions as it is described as the way to create a clean starter.
I've already created extensions to cover my needs but instead of invoking them sequentially, I wonder if there is a way to create kind of a "meta" extension to install them automatically.
I've seen the
hasExtension
in the API but noaddExtension
, so is it possible to achieve?Thank you
The text was updated successfully, but these errors were encountered: