Best of Vue.jsNovember 2020

  1. 1
    Article
    Avatar of hashnodeHashnode·5y

    10 Things Front-End Developers Should Learn in 2021

    There's no doubt that front-end development will be one of the hottest disciplines in tech in 2021. This piece aims to give you some guidance on what you should focus on in 2020 as a front- end developer to level up your game. In 2021, we'll probably see a duel between Facebook's ReactJS and the community-driven VueJS.

  2. 2
    Article
    Avatar of itnextITNEXT·5y

    Vue tricks: smart layouts for VueJS

    Vue tricks: smart layouts for VueJS. Manu Ustenko shows you tricks how to create smart layouts. Vue2+ and Vue3+ can be used to create three different layouts for each page. Let’s start and create a new vue project with VueCLI.

  3. 3
    Article
    Avatar of gcgitconnected·5y

    Getting Started With Vue.js

    Vue.js is a framework that makes it easy to make your website interactive. It is similar to React.js, but Vue doesn’t have its own syntax, it just uses HTML and JavaScript. The main thing you need to get started using Vue is the Vue instance.