Summary
In this chapter, we improved our development workflow by learning how to autoprefix our CSS with PostCSS, lint our code for quality with ESLint, and unit test our components with Jest. We went even further by adding localization with the vue-i18n
package and dynamic imports, and by refactoring the project to enable server-side rendering while still taking advantage of the awesome webpack features such as hot-reloading, code-splitting, and optimizations.
In the last chapter, we will create a simple real-time app with the Meteor fullstack framework and Vue.
Â