An open API service indexing awesome lists of open source software.

https://github.com/haxzie/release-stats

GitHub Release Statistics
https://github.com/haxzie/release-stats

github github-releases nuxtjs

Last synced: about 1 year ago
JSON representation

GitHub Release Statistics

Awesome Lists containing this project

README

          

# Release Stats
> Calculates and displays the downloads and distribution of your GitHub releases

![Screenshot_2021-04-05 GitHub Release Stats](https://user-images.githubusercontent.com/53584487/113553612-aca66e00-9615-11eb-907f-533393bdf8ed.png)

## Build Setup

```bash
# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate
```

For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).