Vue
A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
-
Approachable
-
Versatile
-
Performant
Vue.js only supports ES5-compliant browsers (IE8 and below are not supported)
关于vue,直接看官方文档和github仓库即可。
Hello Vue
The best way to get started is with vue-cli
npm install -g vue-cli
vue init webpack-simple hello
cd hello
npm install
npm run dev
Why Vue
Comparison with Other Frameworks