VueJS Logo

Vue.js

What is Vue.js?

Vue (pronounced like the English word “view”) is a progressive framework for developing front-end applications on a component basis. Vue is characterized above all by the possibility of progressive integration into larger projects. Although the core of the framework is kept to a minimum, the official Vue.js organization implements necessary components such as routing, state management and much more as separate projects.

How do we use Vue.js?

For us, Vue is basically the first choice for front-end applications of all kinds. We also use Vue in conjunction with a framework such as Nuxt.js. for applications rendered on the server side.

Why Vue.js?

Due to its progressive nature, the application in very small projects is just as convenient as the development of complex processes on the client. This flexibility, coupled with the great accessibility (knowledge of HTML, CSS and basic knowledge of Javascript is sufficient) make Vue a powerful tool.