vuejs

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

Lifecycle Diagram

lifecycle.png

Resources

vuejs

API Reference

awesome-vue

Vue 2.0,渐进式前端解决方案

web64 javascript4