The project of the tutorial An Introduction to TDD with Vue.js on fronstuff.io. You can preview it here.
This projects requires Node.js.
To install the project, run the following command in your terminal:
npm install
# or
yarn installnpm run serve
# or
yarn servenpm run build
# or
yarn buildnpm run lint
# or
yarn lintnpm run test:unit
# or
yarn test:unit