A Git Dashboard. Usefulness and features not yet clear. Currently just playing around with Vue.
This repository has been archived on 2021-10-13. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Marcel Kapfer 47f3db0834
First stuff works
Show a list of active GitLab projects.
2021-10-13 22:48:59 +02:00
public First stuff works 2021-10-13 22:48:59 +02:00
src First stuff works 2021-10-13 22:48:59 +02:00
.gitignore init 2021-10-13 17:09:22 +02:00
README.md First stuff works 2021-10-13 22:48:59 +02:00
babel.config.js init 2021-10-13 17:09:22 +02:00
package.json First stuff works 2021-10-13 22:48:59 +02:00
tsconfig.json init 2021-10-13 17:09:22 +02:00
yarn.lock First stuff works 2021-10-13 22:48:59 +02:00

README.md

git-dashboard

WARNING: THIS IS ALPHA SOFTWARE! DO NOT USE IT! IF YOU DO, IT IS ON YOUR OWN RISK! IT MAY DESTROY YOUR COMPUTER, BURN YOUR HOUSE AND KILL YOUR KITTEN

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.