an outdated version new rebuilded version is hear ristep/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.
$ mkdir vue-cv
$ cd vue-cvClone this git or extract .zip in created vue-cv, then:
$ yarn
$ yarn serveIf don't have yarn install it with this:
$ sudo apt-get update
$ sudo apt-get install yarnFor other than Ubuntu/Debian see this article
For production environments...
$ yarn run buldPut this files on some web server with .php
and change baseURL: "http://capi.rp/", as needet, in ajax-axios.js.
Want to contribute? Great! :)
- Multi user features.
- Adding config panel.
- Some editor for
cv.json. - Write some Tests.
- Add Night Mode :)
MIT Free Software, Yep!