-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Learning Vue.js 2
By :

Let's check again what have we done so far. We have developed two applications using Vue.js. Let's revisit them.
The shopping list application that we have developed in this book's chapters is a web application that allows the following:
Our shopping list application resides on the Heroku cloud platform: https://shopping-list-vue.herokuapp.com/ .
Its code is hosted on GitHub: https://github.com/chudaol/ShoppingList .
It is continuously integrated with Travis: https://travis-ci.org/chudaol/ShoppingList
Its interface is simple and easy to understand:
The interface of the shopping list application developed using Vue.js
It is still far from something that you would use every time you go shopping, isn't it?
The Pomodoro application that we have developed in this book is a web application...