大名鼎鼎的 caniuse.com 相信每个前端同学都不陌生.
这款查询浏览器兼容性的利器, 现在可以在命令行下使用了. 相比每次打开网站查询, 命令行确实方便许多哦.
首先,安装 caniuse 命令:
npm install -g caniuse-cmd
然后在命令行就可以使用 caniuse 这一命令了, 后面跟你要查询的特性就行:
附项目的github: https://github.com/sgentle/caniuse-cmd
大名鼎鼎的 caniuse.com 相信每个前端同学都不陌生.
这款查询浏览器兼容性的利器, 现在可以在命令行下使用了. 相比每次打开网站查询, 命令行确实方便许多哦.
首先,安装 caniuse 命令:
npm install -g caniuse-cmd
然后在命令行就可以使用 caniuse 这一命令了, 后面跟你要查询的特性就行:
附项目的github: https://github.com/sgentle/caniuse-cmd