2
1 Comment

Ask IH : Is it practical to use Vue.js to build websites?

Vue.js can be dropped in to your HTML code, just like jQuery, but provides far more functionality than jQuery. Seems like it would be useful to have in websites where some parts are dynamic, like carousels, forms, latest social media updates, etc.

on May 18, 2020
  1. 1

    Look into Nuxt.js if you like. I use Vuejs a lot and has an easy routing system and state management (Vuex).