前端开发常用库

来源:互联网 发布:网络与新媒体大学 编辑:程序博客网 时间:2024/06/05 21:53

1.轮播图
OwlCarousel2
地址:https://github.com/OwlCarousel2/OwlCarousel2

2.图片响应式布局
picturefill
地址:https://github.com/scottjehl/picturefill

3.Css样式重置
normalize.css
地址:https://github.com/necolas/normalize.css

4.本地存储
store.js
地址:https://github.com/marcuswestin/store.js

6.服务器
http-server
地址:https://github.com/indexzero/http-server

7.html5标签支持IE6-8
html5shiv
地址:https://github.com/aFarkas/html5shiv

8.css媒体查询支持IE6-8
Respond
地址:https://github.com/scottjehl/Respond

9.属性兼容性查看网站
http://caniuse.com/

10.同步调试网站
browser-sync
地址:https://github.com/BrowserSync/browser-sync

11.上下滑动
better-scroll
地址:https://github.com/ustbhuangyi/better-scroll

持续更新中……