Introducing the tests sites for this chapter
In this chapter, we will test a site made with Vue.js. Thang Minh Vu (https://me.coddeine.com/) wrote a great Vue.js example: vuejs-firebase-shopping-cart (https://github.com/ittus/vuejs-firebase-shopping-cart).
Tip
When you look for projects on GitHub or any other site like GitHub, you need to pay attention to the license the project uses. The fact that the code is open source doesn't mean that you can use it as you wish. This project uses the MIT License, which is one of the most permissive licenses. This license basically states that you can use the code without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so.
As we don't want you to deal with firebase setup, I forked this project (made a copy on GitHub), removing all the firebase code. You can find the...