浏览代码

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

This lets people preview the latest version's bundle's size.
Hugo Locurcio 5 年之前
父节点
当前提交
884ace185d
共有 1 个文件被更改,包括 2 次插入0 次删除
  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.