quasar-nuxt icon indicating copy to clipboard operation
quasar-nuxt copied to clipboard

I beg this project to be continue

Open geoffreylzf opened this issue 5 years ago • 4 comments

As per title

geoffreylzf avatar Apr 28 '19 06:04 geoffreylzf

For me quasar is too overkill for an normal web frontend project, electron and cordova is not in my work scope.

Reason for nuxt over quasar in term of framework (not css)

  1. Nuxt hot reload is faster 200ms compare to 2s
  2. Nuxt Auth module is simple, quasar need to manually setup (https://github.com/stefanvanherwijnen/quasar-auth-starter)
  3. Router as page folder structure

geoffreylzf avatar Apr 29 '19 13:04 geoffreylzf

I didn't take a look into the code but isn't it possible to just update the dependencies? I would just try to do so and run nuxt in spa mode if you don't need SSR

creazy231 avatar Apr 29 '19 14:04 creazy231

@geoffreylzf all your points are on the radar for Quasar CLI. Regarding the auth, this is why I wrote the App Extensions support. It would be a kick-ass app extension and we'll be writing an official one.

I really recommend everybody to stay on the Quasar CLI wagon because there's big plans with it and you'll miss out on a lot of features in the future (trust me!). But at the end of the day, if you want to go with Nuxt + Quasar, please try to help out by donating to Quasar (if you haven't already) and specifying it's for this.

I'm not recommending Quasar CLI "just because". There's a huge number of reasons that will make you think twice about choosing any other CLI (I can almost guarantee it). It may not be obvious at first. There's lots of aspects that you the developers probably didn't think of, which is why we'll publish an article on this soon.

Thank you.

rstoenescu avatar Apr 29 '19 17:04 rstoenescu

I'm using this in SPA mode, with Nuxt 2.7 and Quasar 0.17.20 without problem.

Problem is not with Quasar CLI, but Nuxt is general thing it's not packed with UI framework, so it can be easy used with anything and code for plugins and modules can be shared across different apps.

zajca avatar May 21 '19 08:05 zajca