npm install
npm run serve
npm run build
npm run test:unit
npm run lint
A boiler plate to show you how to autodeploy your vue apps to netlify only when tests and checks pass using GitHub actions
JavaScript
npm install
npm run serve
npm run build
npm run test:unit
npm run lint