Introduction to Nuxt.js
Nuxt.js is a framework for creating Vue.js application.
There are some awesome features that nuxt.js provides.
- SEO with Server Side Rendering (SSR)
- Pre Rendering
- Code Splitting
이런 기능을 서비스에 직접 구현해낼 필요 없이 Nuxt를 사용함으로서 benefit을 얻을 수 있다.