This is the VueJS version of StartBootstrap Resume template.
- Install Git.
- Clone or download the repository to your local machine.
- Install Node.
- Install Yarn.
- Install Vue CLI globally,
yarn global add @vue/cli
ornpm i -g @vue/cli
. - Run
yarn install
to install dependencies through terminal/CLI program. - 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.
- Change the repository URL in line
23
ofdeploy.sh
file to your repository URL. - Set script execution flag e.g.
chmod +x deploy.sh
. - Run the script e.g.
./deploy.sh
. - 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.
- Clone or download the axios branch.
- Clone or download Start Bootstrap Resume Data repository.
- Edit the contents of
db.json
from the later repository. - Follow instruction to deploy your data to Heroku or other platforms.
- Profit.
- Built with Bootstrap Vue and Font Awesome Vue.
- No jQuery dependency.
- Bug fixes and cleanup