npm package's download statistics
A simple Vue.js project which displays a graph for download statistics of an npm package.
Demo here
credit: Let’s Build a Web App with Vue, Chart.js and an API
Let’s Build a Web App with Vue, Chart.js and an API-2
Build Setup
# 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
For detailed explanation on how things work, checkout the guide and docs for vue-loader.