In this chapter, we will quickly set up a "Fashion Store" app in order to focus on more advanced topics, such as follows:
- Improving the compatibility of our CSS code with PostCSS and autoprefixer
- Linting our code with ESLint to improve its quality and style
- Unit testing our Vue components
- Localizing the app and taking advantage of the code-splitting feature of webpack
- Enabling server-side rendering of the app in Nodejs
- Building the app for production
The app will be a simple wearable online shop that will look like this: