# vue-hackernews **Repository Path**: Satan_ZS/vue-hackernews ## Basic Information - **Project Name**: vue-hackernews - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-10 - **Last Updated**: 2021-06-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```