real-world-vue-3 Associated with the Vue Mastery course Project setup yarn install Compiles and hot-reloads for development yarn serve Compiles and minifies for production yarn build Testing I've added testing modules though haven't yet looked into them Run your unit tests npm run test:unit Run your end-to-end tests npm run test:e2e Lints and fixes files npm run lint Customize configuration See Configuration Reference.