1. 首页
  2. 技术知识

两分钟浅述前端框架Vue(附英文)

而今,国内最流行的三个前端 MVVM 框架是Vue.js、React 和Angular ,其中 Vue.js 凭借轻量、快速入门和开发效率高的优势获得了大量公司的青睐。现阶段,Vue分2.x版本和3.0版本。3.0版本最新版本是3.0.0-rc.4,已经进入RC(发行候选)阶段!意味着Vue 3核心的API和实现均已稳定,但距离Vue3.0大规模应用,还要期待相当长的时间。目前,Vue广泛应用的还是2.x版本,2.x最新版是2.6.11,是2019年12月14日发布的。

3.0.0 official website ——https://v3.vuejs.org/; 2.x版本official website ——https://vuejs.org/

Vue


Introduction

Vue (pronounced /vjuː/, like view) is a progressive framework for building user interfaces. 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. On the other hand, Vue is also perfectly capable of powering sophisticated Single-Page APPlications when used in combination with modern tooling and supporting libraries.

Vue (读音 /vjuː/,类似于 view) 是一套用于构建用户界面的渐进式框架。与其它大型框架不同的是,Vue 被设计为可以自底向上逐层应用。Vue 的核心库只关注视图层,不仅易于上手,还便于与第三方库或既有项目整合。另一方面,当与现代化的工具链以及各种支持类库结合使用时,Vue 也完全能够为复杂的单页应用提供驱动。

原创文章,作者:starterknow,如若转载,请注明出处:https://www.starterknow.com/126750.html

联系我们