File: README.md

Recommend this page to a friend!
  Classes of Sergey Beskorovayniy   Vue Resume   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Vue Resume
Build reactive Web user interfaces
Author: By
Last change:
Date: 8 years ago
Size: 2,283 bytes
 

Contents

Class file image Download

Vue-Resume

I used a free template Osahan – Free CV Resume/Vcard HTML5 Template to demonstrate some of the features remarkable library Vue.js.

Main features of the Vue.js:

  • Reactivity.
  • Components .
  • Modularity.
  • Animations.
  • Routing.
  • Stability.

Learn more...

Installing

Compatibility Note

Vue.js does not support IE8 and below, because Vue.js uses ECMAScript 5 features that are un-shimmable in IE8. However Vue.js supports all ECMAScript 5 compliant browsers.

Release Notes

Detailed release notes for each version are available on GitHub.

CDN

Available on jsdelivr or cdnjs (takes some time to sync so the latest version might not be available yet).

Also available on npmcdn, which will reflect the latest version as soon as it is published to npm. You can also browse the source of the npm package at npmcdn.com/vue/.

Overview

Vue.js (pronounced /vjuː/, like view) is a library for building interactive web interfaces. The goal of Vue.js is to provide the benefits of reactive data binding and composable view components with an API that is as simple as possible.

Vue.js itself is not a full-blown framework - it is focused on the view layer only. It is therefore very easy to pick up and to integrate with other libraries or existing projects. On the other hand, when used in combination with proper tooling and supporting libraries, Vue.js is also perfectly capable of powering sophisticated Single-Page Applications.

If you are an experienced frontend developer and want to know how Vue.js compares to other libraries/frameworks, check out the Comparison with Other Frameworks; if you are more interested about how Vue.js approaches larger-scale applications, check out the section on Building Larger-Scale Applications.