Forráskód Böngészése

Merge pull request #52 from Calinou/add-bundlesize-badge

Add a npm bundle size badge (minified + gzipped) to README
Caleb Porzio 5 éve
szülő
commit
9cfda3f24e
1 módosított fájl, 3 hozzáadás és 1 törlés
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -1,6 +1,8 @@
 # Alpine.js
 # Alpine.js
 
 
-Alpine.js offers you the reactive and declarative nature of big frameworks like Vue.js or React at a much lower cost.
+![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.
 You get to keep your DOM, and sprinkle in behavior as you see fit.