An interactive CV based on vue.js and vuetify.
See the resume in action at cv.amps.one.
- Apache server
- npm > 6.14.7
- VSCode is recommended but not necessary. Any editor will do.
Run
npm run serve
in the command line inside the root directory.
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
To @lupas for inspiration for the language picker component (https://github.com/lupas/vuetify-i18n-language-switcher-nuxt)