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
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.
[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]
Put this files on some web server with .php
and change baseURL: "http://capi.rp/",
as needet, in ajax-axios.js.
Want to contribute? Great! 🙂
cv.json
.Free Software, Yep!