Systems | Development | Analytics | API | Testing

VueJS

Scalable Architectures with Vue Micro Frontends: A Developer-Centric Approach

In this article, which is based on my talk at VueConf Toronto 2023, we'll explore how to harness the power of Vue.js and micro frontends to create scalable, modular architectures that prioritize the developer experience. We'll unveil practical strategies, best practices, and real-world use cases that empower developers to build robust, maintainable applications without compromising on agility.

10 Most Significant Vue.js UI Component Libraries in 2021

Vue.js, popularly known as Vue is an open-source model which is quite popular in javascript. Vue.js is a progressive javascript framework, which is used to build UIS (user interfaces) and SPAs (single page application). It is quite famous for its fast-moving curves. Day by day Vue has collected a lot of victory, since its establishment from 2014. The main reason for its victory by winning the hearts of many developers is its flexibility, ease to use and simplicity.

Building A Full-Stack Application With Vue, Vuex and Rails

Vue is a popular front-end that is especially useful for Rails developers since it was designed to be incrementally adoptable. That means you can use Vue for parts of your UI without having to rebuild everything from scratch. In this article, John Emmanual will introduce us to Vue, show us how to set it up in Rails, and walk us through a simple project.