Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apertureless/npm-stats
π npm package statistics dashboard build with vue
https://github.com/apertureless/npm-stats
charts dashboard npm npm-search statistics stats
Last synced: 3 months ago
JSON representation
π npm package statistics dashboard build with vue
- Host: GitHub
- URL: https://github.com/apertureless/npm-stats
- Owner: apertureless
- Created: 2017-04-18T18:37:01.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2019-05-05T23:35:32.000Z (over 5 years ago)
- Last Synced: 2024-10-12T08:49:24.099Z (3 months ago)
- Topics: charts, dashboard, npm, npm-search, statistics, stats
- Language: Vue
- Homepage: http://www.npm-stats.org
- Size: 4.5 MB
- Stars: 115
- Watchers: 6
- Forks: 31
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# npm-stats
> Generate beautiful charts from your npm package statistics
## Visit
[www.npm-stats.org](http://www.npm-stats.org)
## π¨βπ« Tutorial
If you want you can learn how to build a similar service with following tutorials:
- [Letβs Build a Web App with Vue, Chart.js and an API](https://hackernoon.com/lets-build-a-web-app-with-vue-chart-js-and-an-api-544eb81c4b44)
- [Letβs Build a Web App with Vue, Chart.js and an API Part II](https://hackernoon.com/lets-build-a-web-app-with-vue-chart-js-and-an-api-part-ii-39781b1d5acf)## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# build for production and view the bundle analyzer report
npm run build --report# run unit tests
npm run unit# run e2e tests
npm run e2e# run all tests
npm test
```