Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcalixte/dashboard
Tableau de bord personnel
https://github.com/jcalixte/dashboard
Last synced: 1 day ago
JSON representation
Tableau de bord personnel
- Host: GitHub
- URL: https://github.com/jcalixte/dashboard
- Owner: jcalixte
- Created: 2020-05-21T10:07:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T18:37:10.000Z (about 2 years ago)
- Last Synced: 2024-11-10T16:52:36.651Z (about 2 months ago)
- Language: TypeScript
- Size: 1.93 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dashboard
## 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/).