Vue2和Vue1有许多不同,而且后来又有了Vue-router,现在一脸懵逼。另外现在vue可以代替epress么?
巴扎黑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
迷茫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
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.