Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fayazara/git-stars
Git stars shows you trending github repos in a clean UI
https://github.com/fayazara/git-stars
github javascript pwa vuejs
Last synced: 3 months ago
JSON representation
Git stars shows you trending github repos in a clean UI
- Host: GitHub
- URL: https://github.com/fayazara/git-stars
- Owner: fayazara
- Created: 2019-03-29T19:01:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T18:47:41.000Z (about 2 years ago)
- Last Synced: 2024-05-01T17:39:52.232Z (10 months ago)
- Topics: github, javascript, pwa, vuejs
- Language: Vue
- Homepage:
- Size: 3.66 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gitstars
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).