In this chapter, we've looked at differences between npm and npx, and global and local installations of node modules. We've further discussed ESLint and Prettier. We've seen how to install each of them on a stand-alone project, and we've seen how to configure ESLint in a default Vue app using the Vue CLI 3 GUI. We've also seen how to set up ESLint with Prettier, inside Vue CLI 3.
In the next chapter, we will explore using CSS, SCSS, and PostCSS in Vue CLI 3.