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.
git-dashboard/README.md

25 lines
317 B
Markdown
Raw Normal View History

2021-10-13 17:09:22 +02:00
# git-dashboard
## 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](https://cli.vuejs.org/config/).