In this chapter, we will set up a new repository on a new GitHub account, and quickly prototype a Vue-powered project. Then, we'll deploy it using GitHub Pages. In this chapter, we'll get acquainted with the following:
- GitHub Desktop app
- Basics of Git (what it is and how it works)
- Some basic Git commands
- Understanding branching in Git
- How to properly set up a Vue app to work with GitHub Pages
By the end of this chapter, you'll have a fully working Vue app being served on GitHub Pages. Let's begin by understanding how to work with the GitHub Desktop app.