Vue
# Introduction
Vue (pronounced /vjuː/
, like view) is a progressive framework for building user interfaces. It is designed from the ground up to be incrementally adoptable, and can easily scale between a library and a framework depending on different use cases. It consists of an approachable core library that focuses on the view layer only, and an ecosystem of supporting libraries that helps you tackle complexity in large Single-Page Applications.
# Browser Compatibility
Vue.js supports all browsers that are ES5-compliant (opens new window) (IE8 and below are not supported).
# Ecosystem
Project | Status | Description |
---|---|---|
vue-router (opens new window) | (opens new window) | Single-page application routing |
vuex (opens new window) | (opens new window) | Large-scale state management |
vue-cli (opens new window) | (opens new window) | Project scaffolding |
vue-loader (opens new window) | (opens new window) | Single File Component (*.vue file) loader for webpack |
vue-server-renderer (opens new window) | (opens new window) | Server-side rendering support |
vue-class-component (opens new window) | (opens new window) | TypeScript decorator for a class-based API |
vue-rx (opens new window) | (opens new window) | RxJS integration |
vue-devtools (opens new window) | (opens new window) | Browser DevTools extension |
# Documentation
To check out live examples (opens new window) and docs, visit vuejs.org (opens new window).
# Questions
For questions and support please use the official forum (opens new window) or community chat (opens new window). The issue list of this repo is exclusively for bug reports and feature requests.
# Issues
Please make sure to read the Issue Reporting Checklist (opens new window) before opening an issue. Issues not conforming to the guidelines may be closed immediately.
# Changelog
Detailed changes for each release in the release notes (opens new window).