Posts

Vue.js, Vuex, Vuetify & Nuxt.js

Image
What is Vue.js? Vue.js is a progressive framework for JavaScript used to build web interfaces and one-page applications. Not just for web interfaces, Vue.js is also used both for desktop and mobile app development with  Electron  framework. The HTML extension and the JS base quickly made Vue a favored front-end tool, evidenced by adoption by such giants as Adobe, Behance, Alibaba, Gitlab, and Xiaomi. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable. The core library is focused on the view layer only, and is easy to pick up and integrate with other libraries or existing projects.  How to get started with Vue and installation you can directly go to Vue official site Vue.js . In this blog we are going to cover main topics like Plugins, Css, Vuex, Vuetify and Nuxt implementation in Vue. Vue Ecosystem It has a rich ecosystem of official core libraries, great developer tooling support, a galaxy of third party plugins, develope...