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: 5 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 (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2019-05-05T23:35:32.000Z (over 6 years ago)
- Last Synced: 2025-04-01T23:34:44.649Z (8 months ago)
- Topics: charts, dashboard, npm, npm-search, statistics, stats
- Language: Vue
- Homepage: http://www.npm-stats.org
- Size: 4.5 MB
- Stars: 116
- Watchers: 5
- Forks: 31
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-vue-zh - NPM-统计 - npm包下载统计信息仪表板 (awesome-vue [](https://github.com/sindresorhus/awesome) / 开源)
- awesome-vue - npm-stats - npm package statistics dashboard build with vue ` 📝 3 years ago ` (Open Source [🔝](#readme))
- awesome-vue - npm-stats ★73 - npm package download statistics dashboard (Awesome Vue.js [ ★101652](https://github.com/sindresorhus/awesome) / Open Source)
- awesome-vue - npm-stats - npm package download statistics dashboard (Awesome Vue.js [](https://github.com/sindresorhus/awesome) / Open Source)
- awesome-vue - npm-stats - npm package download statistics dashboard (Projects Using Vue.js / Open Source)
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
```
