An open API service indexing awesome lists of open source software.

https://github.com/eddyerburgh/vue-hackernews

A Vue hacker news application with tests
https://github.com/eddyerburgh/vue-hackernews

Last synced: about 1 year ago
JSON representation

A Vue hacker news application with tests

Awesome Lists containing this project

README

          

# Vue HackerNews

A Hacker News clone with tests, written for the book [Testing Vue.js Applications](https://www.manning.com/books/testing-vuejs-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
```