Revisiting our applications

Let's check again what have we done so far. We have developed two applications using Vue.js. Let's revisit them.

Shopping list application

The shopping list application that we have developed in this book's chapters is a web application that allows the following:

  • Create different shopping lists
  • Add new items to the shopping lists and check them once they are bought
  • Rename shopping lists and remove them

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

Get Learning Vue.js 2 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.