mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 10:17:48 +00:00
Bump to v3.0.0.
This commit is contained in:
23
README.md
Normal file
23
README.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# lodash v3.0.0
|
||||
|
||||
The [modern build](https://github.com/lodash/lodash/wiki/Build-Differences) of [lodash](https://lodash.com/) exported as [AMD](https://github.com/amdjs/amdjs-api/wiki/AMD) modules.
|
||||
|
||||
Generated using [lodash-cli](https://www.npmjs.com/package/lodash-cli):
|
||||
```bash
|
||||
$ lodash modularize modern exports=amd -o ./
|
||||
$ lodash modern exports=amd -d -o ./main.js
|
||||
```
|
||||
|
||||
## Installation
|
||||
|
||||
Defining a build as `'lodash'`.
|
||||
|
||||
```js
|
||||
require({
|
||||
'packages': [
|
||||
{ 'name': 'lodash', 'location': 'path/to/lodash' }
|
||||
]
|
||||
}, ['lodash/array/chunk'], function(chunk) {
|
||||
// use `chunk`
|
||||
});
|
||||
```
|
||||
Reference in New Issue
Block a user