Recommend this page to a friend! |
Classes of Sergey Beskorovayniy | Vue Resume | README.md | Download |
|
|
DownloadVue-ResumeI 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:
Learn more...InstallingCompatibility NoteVue.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 NotesDetailed release notes for each version are available on GitHub. CDNAvailable 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/. OverviewVue.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. |