mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 07:47:49 +00:00
fec213a98c36b367187bb4154393cf41273494fc
lodash v3.7.0
The modern build of lodash exported as AMD modules.
Generated using lodash-cli:
$ lodash modularize modern exports=amd -o ./
$ lodash modern exports=amd -d -o ./main.js
Installation
Using bower or volo:
$ bower i lodash#3.7.0-amd
$ volo add lodash/3.7.0-amd
Defining a build as 'lodash'.
require({
'packages': [
{ 'name': 'lodash', 'location': 'path/to/lodash' }
]
}, ['lodash/array/chunk'], function(chunk) {
// use `chunk`
});
Languages
JavaScript
97.2%
HTML
2.3%
EJS
0.5%