Skip to content

fabjordan/about-me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Template Vue.JS

GitHub Last Commit GitHub Stars Repository issues Repository Size

About   |    Technologies   |    Creating your own template   |    License

🤔 About

This project is a simple personal template developed based on the Vue.JS ecosystem (Vue CLI, Vue Router, BootstrapVue).

🚀 Technologies

This project was developed with the following technologies:

💻 Creating your own template

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.

Deploy this project to github pages

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 ..."

📝 License

MIT

About

My personal template created with Vue.Js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published