Nuxt란 - ChoDragon9/posts GitHub Wiki

7 Problems You Will Have Building a Vue app

  1. Building from scratch is difficult
  2. No standard folder structure
  3. Routing config can get lengthy
  4. No standard way to configure
  5. Not SEO friendly
  6. Vue apps can load slowly
  7. Difficult to change behavior

Rendering modes

  • Server Side Rendered
  • Statically Generated
  • Single Page App