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.
- Host: GitHub
- URL: https://github.com/vertocode/gitlab-list-io
- Owner: vertocode
- Created: 2022-09-13T22:55:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-04T00:28:18.000Z (about 3 years ago)
- Last Synced: 2025-04-07T04:32:43.590Z (8 months ago)
- Topics: axios, gitlab-api, graphql, jest-tests, vue, vue-router, vuex-store
- Language: Vue
- Homepage: https://gitlab-list.vertocode.com/
- Size: 832 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).