Deployed on https://scc-assigment-cd.netlify.app/
Forked from mutoe/vue3-realworld-example-app
- Set up repo
- Set up CI actions
- Set up CD actions (test before deploy)
- Set up Code coverage action
- Fix bugs
yarn install
# Development
yarn dev
# Build dist
yarn build
# Run unit tests
yarn test:unit
yarn test:unit:ci
# Run E2E tests
yarn test:e2e
yarn test:e2e:ci