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
$ mkdir vue-cv
$ cd vue-cv
Clone this git or extract .zip in created vue-cv
, then:
$ yarn
$ yarn serve
If don’t have yarn install it with this:
$ sudo apt-get update
$ sudo apt-get install yarn
For other than Ubuntu/Debian see this article
For production environments…
$ yarn run buld
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
Free Software, Yep!