Skip to content

kai2128/vue3-realworld-example-app

 
 

Repository files navigation

RealWorld Example App

codecov Continous Integration Continous Deployment SonarCloud

Deployed on https://scc-assigment-cd.netlify.app/

Task Todo:

  • Set up repo
  • Set up CI actions
  • Set up CD actions (test before deploy)
  • Set up Code coverage action
  • Fix bugs

Getting started

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

About

Deployed on

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 69.0%
  • Vue 28.7%
  • HTML 1.1%
  • Other 1.2%