mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 15:57:48 +00:00
31 lines
1.1 KiB
Markdown
31 lines
1.1 KiB
Markdown
# lodash v4.0.0
|
|
|
|
The [lodash](https://lodash.com/) library exported as a [UMD](https://github.com/umdjs/umd) module.
|
|
|
|
Generated using [lodash-cli](https://www.npmjs.com/package/lodash-cli):
|
|
```bash
|
|
$ npm run build
|
|
$ lodash -o ./dist/lodash.js
|
|
$ lodash core -o ./dist/lodash.core.js
|
|
```
|
|
|
|
## Community
|
|
|
|
[](https://gitter.im/lodash/lodash)
|
|
|
|
## Module formats
|
|
|
|
lodash is also available in a variety of other builds & module formats.
|
|
|
|
* [lodash](https://www.npmjs.com/package/lodash) & [per method](https://www.npmjs.com/browse/keyword/lodash-modularized) packages
|
|
* [lodash-amd](https://github.com/lodash/lodash/tree/4.0.0-amd)
|
|
* [lodash-es](https://github.com/lodash/lodash/tree/4.0.0-es)
|
|
|
|
## Further Reading
|
|
|
|
* [API Documentation](https://lodash.com/docs)
|
|
* [Build Differences](https://github.com/lodash/lodash/wiki/Build-Differences)
|
|
* [Changelog](https://github.com/lodash/lodash/wiki/Changelog)
|
|
* [Roadmap](https://github.com/lodash/lodash/wiki/Roadmap)
|
|
* [More Resources](https://github.com/lodash/lodash/wiki/Resources)
|