Curriculum vitae template made with Vue.js and Bootstrap. It reads the data from cv.json
. If education, experience or languages are empty the corresponding section will not be shown.
Live version at: https://trucosuso.github.io/CV-Vue-Bootstrap/
To set up the project run
npm install
To compile it and test it locally run
npm run serve
To build the production version run
npm run build
To deploy to github pages run. Will discard uncommited changes
npm run deploy
To fix files and give them the appropiate style run
npm run lint