4th May 2021

Nuxt.js: The Fastest eCommerce Web Framework

What is Nuxt.js? Nuxt.js is a higher-level framework that builds on top of Vue. It simplifies the development of universal or single page Vue apps. Nuxt.js abstracts away the details of server and client code distribution so you can focus on application development. The goal with Nuxt is for it to be flexible enough for you to use as a main project base. Because most of what Nuxt does happens during the development phase, you get a lot of features with only a few extra kilobytes added to your JavaScript files. We analyzed the mobile Lighthouse 6 scores for a subset of […]
1st October 2020

What is Vue.js?

Professional IT Company Vue (pronounced /vjuː/, like view) is a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable. The core library is focused on the view layer only, and is easy to pick up and integrate with other libraries or existing projects. On the other hand, Vue is also perfectly capable of powering sophisticated Single-Page Applications when used in combination with modern tooling and supporting libraries. Professional IT Company If you’d like to learn more about Vue before diving in, we created a video walking through the core principles and a sample project. Professional IT […]