Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 771 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 771 Bytes

interactive-vue-cv

An interactive CV based on vue.js and vuetify.

See the resume in action at cv.amps.one.

Requirements for running

  • Apache server

Requirements for developing

  • npm > 6.14.7
  • VSCode is recommended but not necessary. Any editor will do.

Start a local development server with hot-reload

Run

npm run serve

in the command line inside the root directory.

Build for produciton

Run

npm run build

in the command line inside the root directory and copy the contents of the dist directory to your html root, e.g.:

sudo mv dist/ /var/www/interactive-vue-cv

Thanks

To @lupas for inspiration for the language picker component (https://github.com/lupas/vuetify-i18n-language-switcher-nuxt)