Skip to content

Nuxt란

Yongku cho edited this page Aug 9, 2019 · 2 revisions

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
Clone this wiki locally