require.js for dependency management and modular code 模块化代码,依赖管理
backbone.js for basic application strcture and separation of concerns 应用架构,分成设计
marionette.js for composite application architecture and saving lots of backbone boilerplate 复杂应用架构,减少代码重复
underscore.js for general object,array and function utilities 通用的object, array ,function 工具方法
underscore.string for extended string manipulation functionality 扩展字符串处理功能
handlebars.js for client side templating 客户端模板
jquery for dom manipulation, ajax, promises, and much more
jquery plugins:qtip,slimscroll, isotope, jquery ui sortable and jqueryt validations
imagesloaded for capturing and synchronizing image load events
less for css pre-processing
grunt.js for build automation (tasks like pre-compilation, minifying and concatenating code)
本文介绍了前端开发中常用的工具和框架,包括用于依赖管理和模块化的require.js、定义基本应用结构的backbone.js、复杂应用架构的marionette.js、提供通用工具方法的underscore.js等。此外还涉及客户端模板、DOM操作、预处理CSS等方面的技术。
690

被折叠的 条评论
为什么被折叠?



