Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.14 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.14 KB

my-cv

A curriculum vitae with vueJS More features and responsiveness coming soon !

You can take the template and fill it with your own informations on /src :

  • /Assets contain all the logos and images (taken and adapted from https://material.io/tools/icons/)
  • Global.vue contain the css for the whole resume if you need to modify something
  • In /components are each part of the resume as a component, with the informations, the link to images/logos

Don't hesitate to contact me for anything, about this app or something else at [email protected]

Deploy

Before committing, build (npm run build) the project (output: docs folder) and commit the files with it.

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run all tests
npm test

For a detailed explanation on how things work, check out the guide and docs for vue-loader.