vue
A progressive, incrementally-adoptable JavaScript framework for building UI on the web. http://vuejs.org
Intro
Vue.js is a library for building interactive web interfaces. It provides data-reactive components with a simple and flexible API. Core features include:
- Declarative rendering with a plain JavaScript object based reactivity system.
- Component-oriented development style with tooling support
- Lean and extensible core
- Flexible transition effect system
- Fast without the need for complex optimization
Note that Vue.js only supports ES5-compliant browsers (IE8 and below are not supported). To check out live examples and docs, visit vuejs.org.
Comments
Post a Comment