概念: vue: 是一套用于构建用户界面的渐进式框架, Vue 的核心库只关注视图层 react: 用于构建用户界面的 JavaScript 库声明式,组件化 1、定位: vue 渐进式 响应式react 单向数据流 2、写法: vue: template, jsxreact: jsx