🚀 See it in action: Demo
A resume template based on Vue.js and the Vuetify UI toolkit.
- Clone this repository.
git clone https://github.com/RyanCwynar/vue-resume
-
Go to the cloned directory (e.g.
cd vue-resume
). -
Run
npm install
. -
Customize your resume
-
Preview resume with
npm serve
. -
Build it with
npm build
.
- Setup your custom domain in Github Pages.
- Change the content and colors. (Obviously)
- Run
npm run deploy
. This will create the gh-pages branch and launch the site at your custom domain.
Code is licensed under the MIT License.