An open API service indexing awesome lists of open source software.

https://github.com/terryz/frontend-develops-skill-summary

Development experience with javascript, jQuery, Vuejs, Wechat MiniProgram and so on
https://github.com/terryz/frontend-develops-skill-summary

blog documentation experience javascript jquery vue

Last synced: 6 months ago
JSON representation

Development experience with javascript, jQuery, Vuejs, Wechat MiniProgram and so on

Awesome Lists containing this project

README

          






#

开发经验总结




[ Javascript ](#javascript) |
[ jQuery ](#jquery) |
[ Vue ](#vue) |
[ MiniProgram ](#miniprogram) |
[ Linux ](#linux) |
[ DevOps ](#devops) |
[ Learning ](#learning) |
[ Interesting ](#interesting) |
[ 插件推荐 ](#插件推荐)

文档内容逐步更新,有任何疑问或建议,欢迎在 [issues](https://github.com/TerryZ/js-develop-skill-summary/issues/new) 中进行讨论








## Javascript

- [Base - 基本使用](js/javascript-base.md)

- [Dom - DOM操作](js/javascript-dom.md)

- [Array - 数组处理](js/javascript-array.md)

- [Size and position - 尺寸与定位](js/javascript-size-and-position.md)

- [ES6 实用技巧](js/javascript-es6.md)

## jQuery

> jQuery 的内容仅限 1.x 版本,未使用 jquery2、3 进行开发工作

- [Base - 基本使用](jquery/jquery-base.md)

- [Selector - 选择器](jquery/jquery-selector.md)

- [Events - 事件](jquery/jquery-event.md)

- [Size and position - 尺寸与定位](jquery/jquery-size-and-position.md)

- Dom handle - 元素处理

## Vue

> 以 Vue2 为基础版本

- [Base - 核心功能](vue/vue-base.md)

- [VueRouter - 路由功能](vue/vue-router.md)

- [Vuex - 数据状态控制](vue/vuex.md)

- [Component - 组件开发](vue/vue-component.md)

- [Plugin - 插件开发](vue/vue-plugin.md)

- [Http - 网络请求](vue/vue-http.md)

- [IE9 - ie9版本兼容处理](vue/vue-ie9.md)

- [CLI - 脚手架](vue/vue-cli.md)

## MiniProgram

> 微信小程序开发

- [Mini Program Native - 小程序原生](miniprogram/miniprogram-native.md)

- [Caution - 特别注意](miniprogram/miniprogram-caution.md)

- [Optimize - 性能优化](miniprogram/miniprogram-optimize.md)

## Linux

- [Base - 常用命令](linux/linux-base.md)

- [Install - 软件安装](linux/linux-install.md)

## DevOps

- [Docker - 学习笔记](devops/docker/learning.md)

## Learning

- [英语学习](https://github.com/byoungd/english-level-up-tips-for-Chinese)
- [ECMAScript 6 入门](http://es6.ruanyifeng.com/)
- [Clean-code-javascript](https://github.com/ryanmcdermott/clean-code-javascript)

## Interesting

- [程序员找工作黑名单](https://github.com/shengxinjing/programmer-job-blacklist)
- [程序员应该访问的最佳网站中文版](https://github.com/tuteng/Best-websites-a-programmer-should-visit-zh)
- [后端架构师技术图谱](https://github.com/xingshaocheng/architect-awesome)

## 插件推荐
- 数据表格
- [Datatables](https://www.datatables.net/)
- 选择器
- [Chosen](https://github.com/harvesthq/chosen)
- [Select2](https://github.com/select2/select2)
- [SelectPage](https://github.com/TerryZ/SelectPage)
- 消息弹出层
- [Layer](http://layer.layui.com/)
- [bDialog](https://github.com/TerryZ/bDialog) 对Bootstrap Modal 功能增加扩展弹窗解决方案
- [SweetAlert](https://github.com/t4t5/sweetalert)
- [qTip2](https://github.com/qTip2/qTip2)
- 图表
- [echarts](http://echarts.baidu.com/)
- 富文本编辑器
- [ckeditor](https://ckeditor.com)
- [kindeditor](http://kindeditor.net/demo.php)
- 日期与时间
- [My97DatePicker](http://www.my97.net/)
- [flatpickr](https://github.com/flatpickr/flatpickr)
- [bootstrap-datetimepicker](https://github.com/smalot/bootstrap-datetimepicker)
- [bootstrap-datepicker](https://github.com/uxsolutions/bootstrap-datepicker)
- 文件上传
- [FineUploader](https://github.com/FineUploader/fine-uploader)
- 独立分页
- [bPage](https://github.com/TerryZ/bPage)
- 菜单
- [SelectMenu](https://github.com/TerryZ/SelectMenu)
- 树
- [zTree](http://www.treejs.cn)
- 动画与效果
- [animate.css](https://github.com/daneden/animate.css)
- [anime](https://github.com/juliangarnier/anime)
- [Effeckt](https://github.com/h5bp/Effeckt.css)
- 图片效果与处理
- [Gallery](https://github.com/blueimp/Gallery) 相册查看,跑马灯效果(滚动图片)
- [elevatezoom](https://github.com/elevateweb/elevatezoom)  购物商城类图片预览放大
- 图标库
- [Font-Awesome](https://github.com/FortAwesome/Font-Awesome)
- [IconFont](http://www.iconfont.cn/)
- UI框架
- [Bootstrap](http://getbootstrap.com/) 也许是全世界最流行的UI框架了
- [Semantic UI](https://semantic-ui.com/)
- 工具类
- [clipboard.js](https://github.com/zenorocha/clipboard.js) 剪贴板工具
- [中国行政区划代码](https://github.com/mumuy/data_location)
- [infinite-scroll](https://github.com/metafizzy/infinite-scroll) 滚动加载
- [masonry](https://github.com/desandro/masonry) 瀑布流
- [FullPage](https://github.com/alvarotrigo/fullPage.js) 全屏滚动效果