sdevore / vue-hackernews

A Vue hacker news application with tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 75.1%Language:Vue 24.7%Language:HTML 0.3%