jQuery
1.回到顶部
https://github.com/markgoodyear/scrollup
2.滚动导航
https://github.com/jimmynotjim/scrollNav
3.瀑布流
https://github.com/rnmp/salvattore
4.滚动条
https://github.com/cubiq/iscroll
5.全屏滚动
https://github.com/alvarotrigo/fullPage.js
6.CSS3动画插件
https://github.com/visionmedia/move.js
7.表单验证
https://github.com/jzaefferer/jquery-validation
8.调用百度地图
https://github.com/dawncc/map_demo
9.优化手机端事件
https://github.com/ftlabs/fastclick
10.上下拉刷新数据
https://github.com/ximan/dropload
11.字体图标
https://github.com/FortAwesome/Font-Awesome
12.图表展示
https://github.com/ecomfe/echarts
http://benpickles.github.io/peity/#pie-charts –jquery的简单图标工具
13.提示框
https://github.com/jaredreich/notie.js
14.焦点Slider库
15.图片画廊滑动展示
https://github.com/dimsemenov/photoswipe
16.加载进度条
https://github.com/rstacruz/nprogress/
17.超酷动画库
https://github.com/daneden/animate.css
18.图片转css
https://github.com/javierbyte/img2css
19.横向滚动的焦点图片插件
https://github.com/kenwheeler/slick
20.localStore兼容插件
https://github.com/marcuswestin/store.js
21.cookie插件
https://github.com/js-coder/cookie.js
22.不同模块数据间通信
https://github.com/yanhaijing/data.js
23.键盘键位
http://dmauro.github.io/Keypress/
24.检测设备
http://matthewhudson.me/projects/device.js/
25.分享到微博/微信等等
https://github.com/overtrue/share.js
26.数学运算补足
https://github.com/josdejong/mathjs
27.时间
https://github.com/moment/moment/
28.视差特效
https://github.com/wagerfield/parallax
29.页面滚动到可视化区域,展示动画
【WOW】http://www.dowebok.com/131.html
【scrollReveal】http://www.dowebok.com/134.html
30.滑动轮播图
http://www.superslide2.com/TouchSlide/
Vue 常用组件
1 | "js-cookie": "^2.1.2", //操作cookie https://github.com/js-cookie/js-cookie |
React
1 |
Node
1 | var http = require('http'); //内置的 http 模块提供了HTTP服务器和客户端功能 |
Npm Script
1 | "rimraf": "^2.6.1", // 用于Node的UNIX命令rm -rf。 |