美文网首页VUE相关
什么是渐进式框架

什么是渐进式框架

作者: 伴歌知行 | 来源:发表于2020-06-16 10:59 被阅读0次

    在查看vue官方网站时会看到下图,介绍vue是渐进式JavaScript框架


    渐进

    百度百科:逐步前进、发展

    怎么理解渐进式框架?

    原文介绍:
    Vue (pronounced /vjuː/, like view) is a progressive framework for building user interfaces. It is designed from the ground up to be incrementally adoptable, and can easily scale between a library and a framework depending on different use cases. It consists of an approachable core library that focuses on the view layer only, and an ecosystem of supporting libraries that helps you tackle complexity in large Single-Page Applications.

    翻译过来:
    Vue(发音为/vjuː/,与view类似)是一个用于构建用户界面的渐进式框架。与其他单体框架不同,Vue从一开始就设计为可增量采用。核心库只关注视图层,并且很容易与其他库或现有项目进行拾取和集成。另一方面,当与现代工具和支持库结合使用时,Vue也完全能够为复杂的单页应用程序提供支持。

    简单的理解

    可以先使用vue的基础功能,然后在此基础上逐渐使用你所需要的其他的功能

    分层设计
    可以从开始将vue当成一个前端js库使用,也可以到最后当成大型项目解决方案来使用

    参考

    Vue2.0 中,“渐进式框架”和“自底向上增量开发的设计”这两个概念是什么?

    相关文章

      网友评论

        本文标题:什么是渐进式框架

        本文链接:https://www.haomeiwen.com/subject/jfelxktx.html