Best of Vue.jsDecember 2021

  1. 1
    Article
    Avatar of dzDZone·4y

    8 Amazing Benefits of Vue.js That Can Make Your Dev Life Easy

    Vue.js is a highly advanced JavaScript framework that allows developers to build interactive user interfaces. It is mostly preferred to build single-page applications (SPAs), rightly because it offers cutting-edge development features. It provides super convenient features to build applications quickly, without going into many technical hassles. It also provides flawless features to support cross-platform development.

  2. 2
    Article
    Avatar of asayerasayer·4y

    Top 5 VS Code extensions for Vue developers for 2022

    With the adoption of Vue 3, there’s been quite a lot of changes in the ecosystem, and related tooling is no exception. In this article, we’ll take a look at some of the best VS Code extensions specifically for Vue.

  3. 3
    Article
    Avatar of logrocketLogRocket·4y

    Building a Vue 3 component library

    component libraries are a great way to collect common UI solutions into a package that you can reuse across your own projects or share with the Vue open-source community. To create a component library, we will not use the normal scaffolding process of Vue.js projects, i.e., Vue CLI. We will instead create a project folder from scratch where we’llinitialize npm and Git.

  4. 4
    Article
    Avatar of vuejsdevelopersVue.js Developers·4y

    A Practical Guide to Harlem

    A Practical Guide to Harlem — A simple alternative to Vuex for Vue 3 Victor Onuoha Martins Follow Dec 8 · 7 min read Read this article in dark mode . 🌙, easily copy and paste code samples and discover more contents like this on Devjavu.

  5. 5
    Article
    Avatar of logrocketLogRocket·4y

    Building a PWA with Vue.js

    A progressive web app is a website with features that make it look, feel, and behave like a native app. Unlike traditional websites, you can install a PWA on your device. You can prompt users to install your PWA when they visit your site. A PWA opens in its own fullscreen window — no just a browser bar, just a full-screen experience.