[Vuejs]-How can I publish my vue project on github pages?

0👍

You have to generate and upload an SSH key to github to authenticate commands that read and modify the remote repo.

Check out github’s help docs on how to do that.

https://help.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent

Leave a comment