Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schafeld/git-look
Simple web app to look up details on a Github account
https://github.com/schafeld/git-look
axios javascript jest tdd vuejs vuex
Last synced: 25 days ago
JSON representation
Simple web app to look up details on a Github account
- Host: GitHub
- URL: https://github.com/schafeld/git-look
- Owner: schafeld
- Created: 2018-10-19T11:15:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-05T14:37:51.000Z (about 1 year ago)
- Last Synced: 2025-01-19T10:37:11.395Z (27 days ago)
- Topics: axios, javascript, jest, tdd, vuejs, vuex
- Language: JavaScript
- Size: 1.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# git-look
Simple web app to look up details on a Github account# Development
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Run your end-to-end tests
```
npm run test:e2e
```### Run your unit tests
```
npm run test:unit
```# Acknowledgement
So far this is a 'code-along' based on a [Vue.js TDD tutorial](https://medium.com/magnetis-backstage/working-an-application-in-vue-js-with-tdd-an-extensive-guide-for-people-who-have-time-part-1-3be791dafa2b). It should at some point deviate from the [tutorial's source repository](https://github.com/kuroski/article-tdd-vue).
# Developer tips
Clear Jest's chache if odd testing errors occur and update ('u') snapshots
``` npx jest --clearCache ```# TODO
Tutorial in progress, part 6 announced for November, 26th.