December 2016
Beginner to intermediate
334 pages
6h 25m
English
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!
We will scaffold the shopping list application using vue-cli Webpack configuration.
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 ...
Read now
Unlock full access