Discussion Vue.js

Nuxt JS

Nuxt.js is a framework for creating Vue.js applications, you can choose between Universal, Static Generated or Single Page application.

Its main scope is UI rendering while abstracting away the client/server distribution.

Our goal is to create a framework flexible enough that you can use it as a main project base or in addition to your current project based on Node.js.

Nuxt.js presets all the configuration needed to make your development of a server-rendered Vue.js Application more enjoyable.

In addition, we also provide another deployment option called: nuxt generate. It will build a statically generated Vue.js Application. We believe that option could be the next big step in the development of Web Applications with microservices.

Furthermore, you can also use Nuxt.js to create single page applications (spa mode) quickly, useful to keep Nuxt features while working on backoffice applications.

As a framework, Nuxt.js comes with a lot of features to help you in your development between the client side and the server side such as Asynchronous Data, Middleware, Layouts, etc.

https://nuxtjs.org/

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *