-
-
Notifications
You must be signed in to change notification settings - Fork 131
Add Quasar Framework generator. #134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Wow, awesome! Thank you very much for contributing this generator. I don't know Quasar enough to do an efficient review, but I propose to merge it as is. If we attract some Quasar contributors, they'll be able to open PR to improve this generator if needed. WDYT @api-platform/core-team? @devel-pa can you open a docs PR please? |
Hi, PR opened. |
Sounds like a good option 👍 |
also very interested in seeing this be merged |
Thanks @devel-pa! |
Thanks guys for API Platform. |
Hi, I'm from the Quasar core team. This is a nice idea and I love api-platform, but I have a pretty strong opinion about this approach - namely that it could be MUCH better and actually be tightly integrated into the Quasar ecosystem instead of "patched" in this manner. We have the concept of app-extensions - which allow you to inject templated files and additional dependencies during the installation phase, and even tamper with webpack conf or any other part of the quasar.conf CTX at runtime during dev HMR or build. You can generate and start backends and APIs, run vulnerability tests etc. etc. Since you are already requiring the global use of the This is why I think that it would be better to have an official API-PLATFORM App Extension to manage this, because then there is less template maintenance and it will not get stale as development of Quasar progresses. If you like, visit us on our discord channel and ask for me @nothingismagick - I'm willing to help you do this right. P.S. @dunglas - If you want to see a recent comparison between Quasar-CLI managed project and Vue-CLI (with Vuetify) - check out this recent article: |
Hi,
Thanks, Paul |
Adding Quasar Framework generator.