> 收集我遇到的有意思的前端类库 ### 基础库 - https://github.com/taylorhakes/fecha 小巧的时间格式化库 - https://github.com/callmecavs/layzr.js 图片延迟加载 - https://github.com/5outh/nanoscope json数据转换 - http://highlandjs.org 类似 lodash ### 框架 - https://muut.com/riotjs 小巧的MV*框架 - https://github.com/taitulism/Bootstruct 路由自动映射 - http://jetbus.io/index.html Lightweight, Realtime Message Bus for the Web ### 数据库 - https://github.com/typicode (lowdb / underscore.db / json-server) - https://github.com/louischatriot/nedb (mongo-like) - https://leancloud.cn ### 数据模拟 - http://mockjs.com/ - http://www.json-generator.com/ - http://httpbin.org/ 在线模拟数据返回 ### 爬虫 - https://github.com/ruipgil/scraperjs - http://medialab.github.io/artoo/ bookmarklet方式 - https://github.com/inikulin/ineed 轻量,不解析dom - https://github.com/segmentio/nightmare - https://github.com/molekilla/fren ui-router风格 ### Bootstrap模板 - https://wrapbootstrap.com/theme/smartadmin-responsive-webapp-WB0573SK0 - http://192.241.236.31/themes/preview/smartadmin/1.4/angularjs/#/angular/ui ### Logger - https://github.com/enoex/Bragi-Node ### editor - https://github.com/josdejong/jsoneditor/ - http://angular-ui.github.io/ui-ace/ - https://github.com/bevacqua/dragula ### angular modules - https://github.com/DaftMonk/angular-tour 新手指引 - https://github.com/likeastore/ngDialog ### tool - https://github.com/isaacs/rimraf 删除长名目录 - https://github.com/mortenjust/androidtool-mac/blob/master/README.md Android辅助工具 ### 奇奇怪怪 - https://github.com/Zhouzi/TheaterJS 模拟键盘输入特效 - https://apiary.io API文档 - https://github.com/knsv/mermaid Markdown的UML ### 语法解析 - http://zhuanlan.zhihu.com/prattle/20178871?utm_source=weibo&utm_medium=weibo_share&utm_content=share_question&utm_campaign=share_sidebar - http://nuysoft.com/bak/jison-docs-cn.html - https://github.com/devongovett/regexgen 帮你猜正则式
基础库
框架
数据库
数据模拟
爬虫
Bootstrap模板
Logger
editor
angular modules
tool
奇奇怪怪
语法解析