Home  >  Q&A  >  body text

html5 - Vue.js是由前端框架变成全栈框架了么?另外和express现在有什么区别?

Vue2和Vue1有许多不同,而且后来又有了Vue-router,现在一脸懵逼。另外现在vue可以代替epress么?

迷茫迷茫2765 days ago1019

reply all(4)I'll reply

  • 巴扎黑

    巴扎黑2017-04-17 15:23:43

    Vue is just a view layer framework. The idea is to bind the DOM and data of the view layer, allowing you to save the steps of operating the DOM. It is very scalable with other libraries. The routing part is also a front-end routing and is not based on As for the server side, express is a back-end framework based on node.js. I hope you can understand it through in-depth learning and don’t confuse the concepts

    reply
    0
  • 怪我咯

    怪我咯2017-04-17 15:23:43

    No, it can’t be.

    reply
    0
  • 迷茫

    迷茫2017-04-17 15:23:43

    Vue.js is still a front-end framework. Even with Vue-router, it only completes the jump between components. This has been done before, for example, through the window.onhash event

    reply
    0
  • ringa_lee

    ringa_lee2017-04-17 15:23:43

    Thank you for the invitation. I personally feel that Vue will not become a full-stack framework because of the technical team behind it and the banner of Vue is

    Responsive data binding and composed view components are implemented through the simplest possible API.

    reply
    0
  • Cancelreply