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.