Skip to content

A Vue hacker news application with tests

Notifications You must be signed in to change notification settings

cosmini/vue-hackernews

 
 

Repository files navigation

Vue HackerNews

A Hacker News clone with tests, written for the book Testing Vue.js Applications

Test

Run full suite:

npm run test

Unit tests:

npm run test:unit

Integration tests:

npm run test:integration

E2E tests:

npm run test:e2e

Development

Run the development server:

npm run serve

About

A Vue hacker news application with tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.0%
  • Vue 24.7%
  • HTML 0.3%