About | Technologies | Creating your own template | License
This project is a simple personal template developed based on the Vue.JS ecosystem (Vue CLI, Vue Router, BootstrapVue).
This project was developed with the following technologies:
To use this template do the following:
git clone https://github.com/fabjordan/about-me.git
yarn install
yarn serve
Compiles and minifies for production:
yarn build
Lints and fixes files:
yarn lint
Customize configuration: See Configuration Reference.
Create a new file in root directory of your project and name it ‘vue.config.js’.
module.exports = {
publicPath: '/about-me/'
}
comment out the "/dist" line in your .gitignore
run the build:
yarn build
install vue-cli-ghpages:
yarn global add vue-cli-ghpages
execute:
vue-cli-ghpages
or simply:
vcg
Go to the GitHub Pages section in the repository settings. Select the branch and click Save. Wait until the notification alert reads: "Your site is published at ..."
MIT