Scaffolding our applications

Do you remember the two applications that we started to work on in the first chapter, the shopping list application and the Pomodoro one? In this section, we will scaffold these applications using the vue-cli tool in order for them to be ready to contain reusable components, be tested, and be deployed. Once we bootstrap these applications, we will work on them until the end of this book. So let's do it carefully and with lots of love!

Scaffolding the shopping list application

We will scaffold the shopping list application using vue-cli Webpack configuration.

Tip

In case you have ignored all previous practical exercises related to vue-cli, do not forget to install it before proceeding to the next steps: npm install -g vue-cli ...

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.