About Vue.js

Nuxt.js overview, running Vue.js on the server to pre-render on the server

(Tue Sep 04 2018 00:00:00 GMT+0300 (Eastern European Summer Time)) Vue.js is an application framework for the front end running inside browsers. It supports building single-page-applications (SPA) or simply enhancing a web page with fancy interactivity. However it isn't always useful to have a big application running in the client. With Nuxt.js the Vue.js code is pre-rendered on the server so that the initial load of the page has already-rendered HTML. Subsequent interactivity on the page is still managed by client-side Vue.js code running in the browser.