Resume and CV page build with VueJs

VueJS is best javascript framework I’ve ever been learned. For that reason, I decided to make my CV framed in Vue.

Vue-cv source code is on GitHub here.

An online live demo is here.

Software is licenced under MIT

 

Readme.md from Git

vue-cv

CV & Resume created with Vue and JSON

Vue is best javascript framework I’ve ever been learned.

For that reason, I decided to make my CV framed in Vue.

An online live demo is here.

Installation

[code lang=sh]
$ mkdir vue-cv
$ cd vue-cv
[/code]

Clone this git or extract .zip in created vue-cv, then:

[code lang=sh]
$ yarn
$ yarn serve
[/code]

If don’t have yarn install it with this:

[code lang=sh]
$ sudo apt-get update
$ sudo apt-get install yarn
[/code]

For other than Ubuntu/Debian see this article

For production environments…

[code lang=sh]
$ yarn run buld
[/code]

Server side

Put this files on some web server with .php
and change baseURL: "http://capi.rp/", as needet, in ajax-axios.js.

Development

Want to contribute? Great! 🙂

Todos

  • Multi user features.
  • Adding config panel.
  • Some editor for cv.json.
  • Write some Tests.
  • Add Night Mode 🙂

Licence

MIT

Free Software, Yep!

Leave a Comment

Your email address will not be published. Required fields are marked *