Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 863 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 863 Bytes

Vue Resume

🚀 See it in action: Demo

What is it made of?

A resume template based on Vue.js and the Vuetify UI toolkit.

How to use

  1. Clone this repository.
git clone https://github.com/RyanCwynar/vue-resume
  1. Go to the cloned directory (e.g. cd vue-resume).

  2. Run npm install.

  3. Customize your resume

  4. Preview resume with npm serve.

  5. Build it with npm build.

How to deploy

  1. Setup your custom domain in Github Pages.
  2. Change the content and colors. (Obviously)
  3. Run npm run deploy. This will create the gh-pages branch and launch the site at your custom domain.

License

Code is licensed under the MIT License.