topanswers / vue

GNU Affero General Public License v3.0
0 stars 0 forks source link

Nuxt or Vanilla Vue.js? Vue 2 or Vue 3? #1

Open paxcodes opened 3 years ago

paxcodes commented 3 years ago

Before I setup a dev environment, what are people's initial thoughts whether to use Nuxt (Vue.js framework) or Vanilla Vue.js?

Here's my own:

Vue.js SSR: complete flexibility; slower development since we’d have to deal with boilerplate and SSR quirks ourselves

Nuxt.js: Faster time to a minimum viable product but we lose some flexibility which we may or may not need. This is still not compatible with Vue 3.

I don't mind sticking with Vue 2 and I like the idea of quicker iterations with Nuxt.js. But what do you think @jackdouglas ?

jackdouglas commented 3 years ago

I quess a fundamental question is whether we are doing SSR at all? What are the pros and cons apart from the obvious lack of support for javascript-disabled browsers if we don't?