Browse Source

Add a npm bundle size badge (minified + gzipped) to README

This lets people preview the latest version's bundle's size.
Hugo Locurcio 5 years ago
parent
commit
884ace185d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -1,5 +1,7 @@
 # Alpine.js
 
+![npm bundle size](https://img.shields.io/bundlephobia/minzip/alpinejs)
+
 Alpine.js offers you the reactive and declarative nature of big frameworks like Vue or React at a much lower cost.
 
 You get to keep your DOM, and sprinkle in behavior as you see fit.