Skip to content

bsa-git/vue-resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue-Resume

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

This package can Build reactive Web user interfaces.

It can process HTML templates to generate Web application views that be composed by different parts.

Installing

Prerequisites

Deploying

  1. Clone or download vue-resume project with git.
  2. Configure the web server so that the entry point was index.html.
  3. Access your project url with web browser (eg. http://localhost/vue-resume/index.html).

Overview Vue.js

Main features of the Vue.js:

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

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;

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

Recommended: unpkg, 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 unpkg.com/vue/.

About

Resume/Vcard HTML5 Template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published