Skip to content

Alen-gao/node-collect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

node-collect

收集前端相关知识和文博

golang 中文网

https://golangtc.com/

Beego: 一个Go语言下开源的,高性能Web框架

Buffalo: 一个Go语言下快速Web开发框架

Echo: 一个高性能,极简的Web框架

Gin: 一个Go语言写的HTTP Web框架。它提供了Martini风格的API并有更好的性能。

Iris: 目前发展最快的Go Web框架。提供完整的MVC功能并且面向未来。

Revel: 一个高生产率,全栈Go语言的Web框架。

VUE UI

vux github ui demo:https://github.com/airyland/vux

Mint UI

项目主页:http://mint-ui.github.io/#!/zh-cn
demo:http://elemefe.github.io/mint-ui/#/
github地址:https://github.com/ElemeFE/mint-ui
中文文档地址:http://mint-ui.github.io/docs/#!/zh-cn

iview

iView 配套的工作流:https://github.com/icarusion/vue-vueRouter-webpack
github地址:https://github.com/iview/iview
官网:https://www.iviewui.com/

vue-mui

官网:http://mui.yaobieting.com/
github地址:https://github.com/creatshare/vue-mui

radon-ui

中文文档:https://luojilab.github.io/radon-ui/#!/
github:https://github.com/luojilab/radon-ui

antd vue

中文文档:http://okoala.github.io/vue-antd/#!/components
github:https://github.com/okoala/vue-antd

weex

社区:http://www.weex.help/
官网:http://weex-project.io/cn/
github:https://github.com/alibaba/weex
中文文档:http://www.weex.help/topic/57792770eb60516a48db5485

element(饿了么后台)

Element 是由饿了么UED设计、饿了么大前端开发的一套基于 Vue 2.0 的桌面端组件库。
官网:http://element.eleme.io/#/zh-CN
饿了么github:http://github.com/elemefe

N3

官网:https://n3-components.github.io/N3-components/
中文文档:https://n3-components.github.io/N3-components/component.html
英文文档:https://github.com/N3-components/N3-components

vuikit

github:https://github.com/vuikit/vuikit
英文文档:https://vuikit.js.org/#/

前端概述

前端工具大全 http://www.awesomes.cn
前端技术架构 http://saito.im/note/The-Architecture-of-F2E/
什么是前端工程化 https://github.com/fouber/blog/issues/10?from=timeline&isappinstalled=0#
[译] 前端攻略-从路人甲到英雄无敌 https://segmentfault.com/a/1190000005174755

HTML5(HTML)

深入理解HTML5标签 https://segmentfault.com/a/1190000002695791
如何写出高效率的HTML https://segmentfault.com/a/1190000002680822
HTML meta标签总结与属性使用介绍 https://segmentfault.com/a/1190000004279791
戏说HTML5 http://www.cnblogs.com/dojo-lzz/p/5059316.html

CSS3

CSS 语法参考 http://tympanus.net/codrops/css_reference
如何编写可维护的CSS https://github.com/chadluo/CSS-Guidelines/blob/master/README.md
CSS3动画手册 http://isux.tencent.com/css3/index.html
腾讯css3动画制作工具 http://isux.tencent.com/css3/tools.html
志爷css小工具集合 http://linxz.github.io/tianyizone
css3 js 移动大杂烩 http://www.note12.com/category/blog/2014-6-5/538fe0a9f786f1b7019a4dfb
bouncejs 触摸库 http://bouncejs.com
animate.css http://daneden.github.io/animate.css
全局CSS的终结(狗带 [译] http://www.alloyteam.com/2015/10/8536
browserhacks http://browserhacks.com

移动端API

99移动端知识集合 https://github.com/jtyjty99999/mobileTech
移动端前端开发知识库 https://github.com/AlloyTeam/Mars
移动前端的一些坑和解决方法(外观表现) http://caibaojian.com/mobile-web-bug.html
【原】移动web资源整理 http://www.cnblogs.com/PeunZhang/p/3407453.html
zepto 1.0 中文手册 http://mweb.baidu.com/zeptoapi
zepto 1.0 中文手册 http://www.html-5.cn/Manual/Zepto
zepto 1.1.2 http://www.css88.com/doc/zeptojs_api
zepto 中文注释 http://www.cnblogs.com/sky000/archive/2013/03/29/2988952.html
jqmobile 手册 http://app-framework-software.intel.com/api.php
移动浏览器开发集合 https://github.com/maxzhang/maxzhang.github.com/issues
移动开发大杂烩 https://github.com/hoosin/mobile-web-favorites

Less,sass

sass http://www.w3cplus.com/sassguide
sass教程-sass中国 http://www.sass.hk
Sass 中文文档 http://sass.bootcss.com
less http://less.bootcss.com

JSON

模拟生成JSON数据 http://beta.json-generator.com

Gulp

Gulp官网 http://gulpjs.com
Gulp中文网 http://www.gulpjs.com.cn
gulp资料收集 https://github.com/Platform-CUF/use-gulp
Gulp:任务自动管理工具 - ruanyifeng http://javascript.ruanyifeng.com/tool/gulp.html
Gulp插件 http://gulpjs.com/plugins
Gulp探究折腾之路(I) http://www.jeffjade.com/2015/11/25/2015-11-25-toss-gulp/
Gulp折腾之路(II) http://www.jeffjade.com/2016/01/19/2016-01-19-toss-gulp/
Gulp不完全入门教程 http://www.ido321.com/1622.html
为什么使用gulp? hjzheng/CUF_meeting_knowledge_share#33
Gulp安装及配合组件构建前端开发一体化 http://www.dbpoo.com/getting-started-with-gulp
Gulp 入门指南 https://github.com/nimojs/gulp-book
Gulp 入门指南 - nimojs https://github.com/nimojs/blog/issues/19
Gulp in Action http://www.imooc.com/video/5692
Gulp开发教程(翻译) http://www.w3ctech.com/topic/134
前端构建工具gulpjs的使用介绍及技巧 http://www.cnblogs.com/2050/p/4198792.html

常用CDN

新浪CDN http://lib.sinaapp.com
百度静态资源公共库 http://cdn.code.baidu.com
360网站卫士常用前端公共库CDN服务 http://libs.useso.com
Bootstrap中文网开源项目免费 CDN 服务 http://www.bootcdn.cn
开放静态文件 CDN - 七牛 http://staticfile.org
CDN加速 - jq22 http://www.jq22.com/cdn
jQuery CDN http://code.jquery.com
微软CDN http://www.asp.net/ajax/cdn

iconfont

中文字体 http://www.zhihu.com/question/21253343
淘宝字库 http://iconfont.cn
字体 http://mux.alimama.com/fonts
制作教程 http://iconfont.cn/help/platform.html
zhangxinxu-icommon http://www.zhangxinxu.com/wordpress/?s=icomoon
icommon https://icomoon.io/app
用字体在网页中画ICON图标(推荐教程 http://imooc.com/learn/243
字体压缩工具 http://font-spider.org

前端规范

通过分析github代码库总结出来的工程师代码书写习惯 http://alloyteam.github.io/CodeGuide
HTML&CSS编码规范 by @mdo http://codeguide.bootcss.com
团队合作的css命名规范-腾讯AlloyTeam前端团队 http://www.alloyteam.com/2011/10/css-on-team-naming/
前端编码规范之js - by yuwenhui http://yuwenhui.github.io
前端编码规范之js - by 李靖 http://www.cnblogs.com/hustskyking/p/javascript-spec.html
前端开发规范手册 http://zhibimo.com/read/Ashu/front-end-style-guide
Airbnb JavaScript 编码规范(简体中文版) https://github.com/yuche/javascript#table-of-contents
AMD与CMD规范的区别 http://www.zhihu.com/question/20351507
AMD与CMD规范的区别 http://www.cnblogs.com/tugenhua0707/p/3507957.html
KISSY 源码规范 http://docs.kissyui.com/1.4/docs/html/tutorials/style-guide/kissy-source-style.html
bt编码规范 http://codeguide.bootcss.com
规范加强版 https://github.com/Suxiaogang/Code_Guide
前端代码规范 及 最佳实践 http://blog.jobbole.com/79075
百度前端规范 http://coderlmn.github.io/code-standards
百度前端规范 http://isobar-idev.github.io/code-standards
百度前端规范 http://zhuanlan.zhihu.com/fuyun/19884834
ECMAScript6 编码规范–广发证券前端团队 https://github.com/gf-rd/es6-coding-style
JavaScript 风格指南/编码规范(Airbnb公司版) http://blog.jobbole.com/79484
网易前端开发规范 http://nec.netease.com/standard
css模块 http://www.75team.com/archives/1049
前端规范资源列表 https://github.com/ecomfe/spec

Markdown

Markdown 语法说明 (简体中文版 http://wowubuntu.com/markdown
markdown入门参考 https://github.com/LearnShare/Learning-Markdown/blob/master/README.md
gitbook https://www.gitbook.com 国外的在线markdown可编辑成书
mdeditor https://www.zybuluo.com/mdeditor 一款国内的在线markdown编辑器
stackedit https://stackedit.io 国外的在线markdown编辑器,功能强大,同步云盘
mditor http://bh-lay.github.io/mditor 一款轻量级的markdown编辑器
lepture-editor https://github.com/lepture/editor
markdown-editor https://github.com/jbt/markdown-editor
作业部落 https://www.zybuluo.com 功能强大,速度流畅,全平台同步

VUE

Vue2.0 https://vuefe.cn/
Vue http://cn.vuejs.org
Vue Router https://router.vuejs.org/
Vuex https://vuex.vuejs.org/
Vue-Cli https://github.com/vuejs/vue-cli
Vue 论坛 http://forum.vuejs.org
Vue 聊天室 https://gitter.im/vuejs/vue
Vue 入门指南 http://www.cnblogs.com/aaronjs/p/3660102.html
Vue 的一些资源索引 http://segmentfault.com/a/1190000000411057
awesome-vue https://github.com/vuejs/awesome-vue
vue-syntax-highlight https://github.com/vuejs/vue-syntax-highlight

综合类

前端知识体系 http://www.cnblogs.com/sb19871023/p/3894452.html
前端知识结构 https://github.com/JacksonTian/fks
Web前端开发大系概览 https://github.com/unruledboy/WebFrontEndStack
Web前端开发大系概览-中文版 http://www.cnblogs.com/unruledboy/p/WebFrontEndStack.html

Web Front-end Stack v2.2 Web Front-end Stack v2.2
免费的编程中文书籍索引 https://github.com/justjavac/free-programming-books-zh_CN
前端书籍 https://github.com/dypsilon/frontend-dev-bookmarks
前端免费书籍大全 https://github.com/vhf/free-programming-books
前端知识体系 http://www.cnblogs.com/sb19871023/p/3894452.html
免费的编程中文书籍索引 https://github.com/justjavac/free-programming-books-zh_CN
智能社 - 精通JavaScript开发 http://study.163.com/course/introduction/224014.htm
重新介绍 JavaScript https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/A_re-introduction_to_JavaScript
麻省理工学院公开课:计算机科学及编程导论 http://v.163.com/special/opencourse/bianchengdaolun.html
JavaScript中的this陷阱的最全收集–没有之一 http://segmentfault.com/a/1190000002640298
JS函数式编程指南 https://llh911001.gitbooks.io/mostly-adequate-guide-chinese/content/ch1.html
JavaScript Promise迷你书 http://liubin.github.io/promises-book
腾讯移动Web前端知识库 https://github.com/AlloyTeam/Mars
Front-End-Develop-Guide 前端开发指南 https://github.com/Front-End-Developers-Hunan/Front-End-Develop-Guide
前端开发笔记本 https://li-xinyang.gitbooks.io/frontend-notebook/content
大前端工具集 - 聂微东 https://github.com/nieweidong/fetool
前端开发者手册 https://dwqs.gitbooks.io/frontenddevhandbook/content

综合效果搜索平台

JavaScript 资源大全中文版 https://github.com/jobbole/awesome-javascript-cn
100+ 超全的web开发工具和资源 https://xituqu.com/170.html
设计师网址导航 http://hao.uisdc.com/
快搜 http://so.chongbuluo.com/
阿里iconfont http://www.iconfont.cn/
zoommyapp.com http://zoommyapp.com/ 高质量图库
unsplash.com https://unsplash.com/ 高质量图库
www.pinterest.com https://www.pinterest.com/ 图库
New Old Stock http://nos.twnsnd.co 复古风图库
500px.com https://500px.com/ 唯美照片
效果网 http://www.jq22.com
花瓣网 http://huaban.com/
优美图 http://www.topit.me/
codepen http://codepen.io/
摄图网 http://699pic.com/
常用的JavaScript代码片段 http://microjs.com

团队Blog

腾讯ISUX http://isux.tencent.com
奇舞周刊 http://old.75team.com/weekly/
淘宝前端团队(FED) http://taobaofed.org
码农周刊 http://weekly.manong.io
WEB前端开发 http://www.css88.com
A JS tip per day! http://www.jstips.co
腾讯全端 AlloyTeam http://www.alloyteam.com/webdevelop/
阿里巴巴-U一点 http://www.aliued.cn
百度WEB前端研发部 http://fex.baidu.com
携程设计委员会 http://ued.ctrip.com/blog/
平安科技移动开发二队技术周报 https://github.com/PaicHyperionDev/MobileDevWeekly

图表类

Highcharts 中文API http://www.hcharts.cn/api/index.php
Highcharts 英文API http://api.highcharts.com/highcharts
ECharts 百度的图表软件 http://echarts.baidu.com/
高德地图 http://lbs.amap.com/api
开源的矢量图脚本框架 http://paperjs.org
svg 地图 http://jvectormap.com

富文本编辑器

功能齐全 tinymce https://www.tinymce.com
百度 ueditor http://ueditor.baidu.com/website
经典的ckeditor http://ckeditor.com
经典的kindeditor http://kindeditor.net
wysiwyg http://www.bootcss.com/p/bootstrap-wysiwyg
一个有情怀的编辑器。Bach’s Editor http://integ.github.io/BachEditor
tower用的编辑器 https://github.com/mycolorway/simditor
summernote 编辑器 https://github.com/summernote/summernote
html5编辑器 http://neilj.github.io/Squire
Quilljs编辑器 http://quilljs.com
wangEditor https://github.com/wangfupeng1988/wangEditor

Fis

fis 官网 http://fex-team.github.io/fis-site/index.html
fis http://fis.baidu.com

移动端图轮

滑屏效果 http://www.idangero.us/swiper
全屏fullpage https://github.com/peunzhang/fullpage
单个图片切换 https://github.com/qiqiboy/touchslider
单个全屏切换 https://github.com/peunzhang/slip.js
百度的切换库 http://touch.code.baidu.com/examples.html?qq-pf-to=pcqq.group
单个全屏切换 https://github.com/peunzhang/iSlider
滑屏效果 https://github.com/saw/touch-interfaces
旋转拖动设置 http://baijs.com/tinycircleslider
类似于swipe切换 http://touchslider.com
支持多种形式的触摸滑动 http://www.swiper.com.cn/demo/index.html
滑屏效果 https://github.com/joker-ye/main/blob/master/wap/index.html
大话主席pc移动图片轮换 http://www.superslide2.com
滑屏效果 https://github.com/hahnzhu/parallax.js
基于zepto的fullpage https://github.com/yanhaijing/zepto.fullpage
[WebApp]定宽网页设计下,固定宽度布局开发WebApp并实现多终端下WebApp布局自适应 http://www.cnblogs.com/plums/archive/2013/01/10/WebApp-fixed-width-layout-of-multi-terminal-adapter-since.html
判断微信客户端的那些坑 http://loo2k.com/blog/detecting-wechat-client
可以通过javascript直接调用原生分享的工具 https://github.com/JefferyWang/nativeShare.js
JiaThis 分享到微信代码 http://www.jiathis.com/help/html/weixin-share-code
聊聊移动端跨平台开发的各种技术 http://fex.baidu.com/blog/2015/05/cross-mobile
前端自动化测试 http://www.zhihu.com/question/29922082
多种轮换图片 http://ajccom.github.io/niceslider
滑动侧边栏 https://mango.github.io/slideout

模拟select

糖饼 select http://aui.github.io/popupjs/doc/selectbox.html
flexselect https://github.com/rmm5t/jquery-flexselect
双select http://loudev.com
select2 http://select2.github.io

取色插件

类似 Photoshop 的界面取色插件 http://www.jq22.com/plugin/367
jquery color https://github.com/jquery/jquery-color
取色插件集合 http://www.oschina.net/project/tag/287/color-picker
farbtastic 圆环+正方形 https://github.com/mattfarina/farbtastic

城市联动

jquery.cityselect.js基于jQuery+JSON的省市或自定义联动效果 http://www.ijquery.cn/?p=360

在线演示

js 在线编辑 - runjs http://runjs.cn
js 在线编辑 - jsbin http://jsbin.com
js 在线编辑 - codepen http://codepen.io
js 在线编辑 - jsfiddle http://jsfiddle.net
java 在线编辑 - runjs http://ideone.com
js 在线编辑 - hcharts http://code.hcharts.cn
js 在线编辑 - jsdm http://jsdm.com
sql 在线编辑 - sqlfiddle http://sqlfiddle.com
mozilla 在线编辑器 https://thimble.mozilla.org

常规优化

Javascript高性能动画与页面渲染 http://www.infoq.com/cn/articles/javascript-high-performance-animation-and-page-rendering
移动H5前端性能优化指南 http://isux.tencent.com/h5-performance.html
5173首页前端性能优化实践 http://ued.5173.com/?p=1731
给网页设计师和前端开发者看的前端性能优化 http://www.uisdc.com/front-end-performance-for-web-designers-and-front-end-developers
复杂应用的 CSS 性能分析和优化建议 http://www.orzpoint.com/profiling-css-and-optimization-notes
张鑫旭——前端性能 张鑫旭——前端性能
前端性能监控总结 http://www.xiaoqiang.org/javascript/font-end-performance-monitor.html
网站性能优化之CSS无图片技术 网站性能优化之CSS无图片技术
web前端性能优化进阶路 web前端性能优化进阶路
前端技术:网站性能优化之CSS无图片技术 http://my.eoe.cn/tuwandou/archive/4544.html
浏览器的加载与页面性能优化 http://www.baiduux.com/blog/2011/02/15/browser-loading
页面加载中的图片性能优化 http://www.w3ctech.com/p/1503
Hey——前端性能 Hey——前端性能
html优化 html优化
99css——性能 99css——性能
YSLOW中文介绍 http://www.cnblogs.com/yslow
转一篇Yahoo关于网站性能优化的文章,兼谈本站要做的优化 http://www.360ito.com/article/40.html
Yahoo!团队实践分享:网站性能 http://www.360doc.com/content/10/0928/09/2588264_56971287.shtml
网站性能优化指南:什么使我们的网站变慢? http://blog.jiasule.com/i/153
网站性能优化实践,减少加载时间,提高用户体验 http://www.powereasy.net/helpyou/knowledge/ecommerce/9593.html
浅谈网站性能优化 前端篇 http://www.umtry.com/archives/747.html
前端重构实践之如何对网站性能优化? http://www.adinnet.cn/blog/designview/2012-7-12/678.html
前端性能优化:使用媒体查询加载指定大小的背景图片 http://www.gbin1.com/technology/javascript/20130708-front-end-performance-optimization-9
网站性能系列博文 http://www.mykuer.com/post/factors-that-affect-the-speed-of-web-site-open.html
加载,不只是少一点点 http://tgideas.qq.com/webplat/info/news_version3/804/808/811/m579/201109/41355.shtml
前端性能的测试与优化 http://mzhou.me/article/95310
分享网页加载速度优化的一些技巧? http://www.gbin1.com/technology/html/20130217-tips-for-speed-up-page-loading
web前端优化(基于Yslow http://www.tcreator.info/webSchool/website/Front-end-Opt-Yslow.html
网站性能优化工具大全 https://www.qianduan.net/website-performance-optimization-tool.html
【高性能前端1】高性能HTML http://www.alloyteam.com/2012/10/high-performance-html
【高性能前端2】高性能CSS http://www.alloyteam.com/2012/10/high-performance-css
由12306谈谈网站前端性能和后端性能优化 http://coolshell.cn/articles/6470.html
AlloyTeam——前端优化 AlloyTeam——前端优化
毫秒必争,前端网页性能最佳实践 http://www.cnblogs.com/developersupport/p/3248695.html
网站性能工具Yslow的使用方法 http://blog.sina.com.cn/s/blog_6e9d2e0701017kvu.html
前端工程与性能优化(上):静态资源版本更新与缓存 http://www.infoq.com/cn/articles/front-end-engineering-and-performance-optimization-part1
前端工程与性能优化(下):静态资源管理与模板框架 http://www.infoq.com/cn/articles/front-end-engineering-and-performance-optimization-part2
HTTPS连接的前几毫秒发生了什么 http://blog.jobbole.com/48369
Yslow http://uicss.cn/yslow/#more-12319
Essential Web Performance Metrics — A Primer, Part 1 http://blog.smartbear.com/web-performance/essential-web-performance-metrics-a-primer-part-1
Essential Web Performance Metrics — Part 2 http://blog.smartbear.com/performance/essential-web-performance-metrics-part-2
YUISlide,针对移动设备的动画性能优化 http://jayli.github.io/blog/data/2011/12/23/yuislide.html
Improving Site Performance http://joelglovier.com/improving-site-performance
让网站提速的最佳前端实践 http://segmentfault.com/a/1190000000367899
Why Website Speed is Important http://sixrevisions.com/web-development/why-website-speed-is-important
Need for Speed – How to Improve your Website Performance https://www.devbridge.com/articles/need-for-speed-how-to-improve-your-website-performance
阿里无线前端性能优化指南 (Pt.1 加载期优化 amfe/article#1

About

收集前端相关知识和文博

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published