Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

riyaz-ali/resumify

Repository files navigation

Resumify!

Simple, beautiful resumes right in your browser! Resumify is a single page application powered by vue to create resumes using pre-designed templates right in the client's browser.

The project was inspired by a similar application vue-resume

Build setup

# clone the repo
git clone https://github.com/riyaz-ali/resumify.git && cd resumify

# install dependency
npm install

# run development server
npm run dev

# build for production
npm run build

# build configuration to build files to host on Github Pages
# follow steps on https://pages.github.com for more
npm run build:gh

More templates!

Resumify can easily be extended to support more than one template all on the same client-side application by using vue-router, thus, allowing for more beautiful and easy to use stubs for the user.

PRs adding templates as well as features are welcomed!