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

https://github.com/vertocode/gitlab-list-io

Challenge for front-end migration in * company. The goal is to create a list of GitLab projects allowing you to add real users using a GitLab API.
https://github.com/vertocode/gitlab-list-io

axios gitlab-api graphql jest-tests vue vue-router vuex-store

Last synced: 4 months ago
JSON representation

Challenge for front-end migration in * company. The goal is to create a list of GitLab projects allowing you to add real users using a GitLab API.

Awesome Lists containing this project

README

          

# gitlab-list-io

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Run your unit tests
```
yarn test:unit
```

### Lints and fixes files
```
yarn lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).