8000 GitHub - lodash/lodash at 3.10.1-amd
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lodash/lodash

Repository files navigation

lodash v3.10.1

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.10.1-amd
$ volo add lodash/3.10.1-amd

Defining a build as 'lodash'.

require({
  'packages': [
    { 'name': 'lodash', 'location': 'path/to/lodash' }
  ]
}, ['lodash/array/chunk'], function(chunk) {
  // use `chunk`
});
0