webdevsuperfast / startbootstrap-resume-vue

A Bootstrap Vue resume/CV theme based on Start Bootstrap Resume template.

Home Page:https://webdevsuperfast.github.io/startbootstrap-resume-vue/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This is the VueJS version of StartBootstrap Resume template.

Building from Source

  1. Install Git.
  2. Clone or download the repository to your local machine.
  3. Install Node.
  4. Install Yarn.
  5. Install Vue CLI globally, yarn global add @vue/cli or npm i -g @vue/cli.
  6. Run yarn install to install dependencies through terminal/CLI program.
  7. Run yarn run serve through your favorite CLI program.

Note: I suggest using package manager to install Git, Node and Yarn. You can use Homebrew if you're on a Mac or Linux/WSL, Scoop or Chocolatey if you're on Windows.

Deploying to GitHub Pages

  1. Change the repository URL in line 23 of deploy.sh file to your repository URL.
  2. Set script execution flag e.g. chmod +x deploy.sh.
  3. Run the script e.g. ./deploy.sh.
  4. Wait until the script finishes.

Note: VueJS also published a guide to deploy VueJS sites to other platforms, checkout the deployment documentation for other platforms.

Using Axios to Get Data using JSON Server Fake REST API

  1. Clone or download the axios branch.
  2. Clone or download Start Bootstrap Resume Data repository.
  3. Edit the contents of db.json from the later repository.
  4. Follow instruction to deploy your data to Heroku or other platforms.
  5. Profit.

Features

  1. Built with Bootstrap Vue and Font Awesome Vue.
  2. No jQuery dependency.

Todos

  • Bug fixes and cleanup

Credits

About

A Bootstrap Vue resume/CV theme based on Start Bootstrap Resume template.

https://webdevsuperfast.github.io/startbootstrap-resume-vue/


Languages

Language:Vue 63.5%Language:CSS 22.4%Language:JavaScript 8.6%Language:HTML 3.0%Language:Shell 2.5%