Vue.js Tutorial

Why Vue.js 3 is the Progressive Framework? Signs of progressive framework.

Vue

Vue is progressive framework because of Vue is designed to be flexible and incrementally adoptable.

Vue ecosystem covers most of the common features needed in frontend development.

Vue can be used in different ways:

  • Enhancing static HTML without a build step
  • Embedding as Web Components on any page
  • Single-Page Application (SPA)
  • Fullstack / Server-Side Rendering (SSR)
  • Jamstack / Static Site Generation (SSG)
  • Targeting desktop, mobile, WebGL, and even the terminal

Vue can be used in many different ways: SPA, SSG, SSR, Enhancing static HTML without a build step, Embedding as Web Components on any page, Targeting desktop, mobile, WebGL, and even the terminal.

Leave a Reply

Your email address will not be published. Required fields are marked *