mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 15:27:50 +00:00
Merge pull request #35 from tomByrer/master
Add CDN and jsPerf links to README.md. Former-commit-id: b2ba93fb493536060c9abb13f406db9fd84d0ea4
This commit is contained in:
@@ -8,12 +8,15 @@ Lo-Dash’s performance is gained by avoiding slower native methods, instead opt
|
||||
|
||||
* [Development source](https://raw.github.com/bestiejs/lodash/v0.3.2/lodash.js)
|
||||
* [Production source](https://raw.github.com/bestiejs/lodash/v0.3.2/lodash.min.js)
|
||||
* For faster serving, use [cdn js'](https://www.cdnjs.com/#/search/lodash) cloud hosted [v0.3.2 file here](http://cdnjs.cloudflare.com/ajax/libs/lodash.js/0.3.2/lodash.min.js), thanks to [CloudFlare](http://www.cloudflare.com/)!
|
||||
* For optimal performance, [create a custom build](https://github.com/bestiejs/lodash#custom-builds) with only the features you need
|
||||
|
||||
## Dive in
|
||||
|
||||
We’ve got [API docs](http://lodash.com/docs), [benchmarks](http://lodash.com/benchmarks), and [unit tests](http://lodash.com/tests).
|
||||
|
||||
You can create your own benchmark at [jsPerf](http://jsperf.com), and search for existing tests named "[lo-dash](http://jsperf.com/search?q=lo-dash)" & "[lodash](http://jsperf.com/search?q=lodash)"
|
||||
|
||||
For a list of upcoming features, check out our [roadmap](https://github.com/bestiejs/lodash/wiki/Roadmap).
|
||||
|
||||
## Screencasts
|
||||
@@ -93,6 +96,9 @@ In browsers:
|
||||
|
||||
~~~ html
|
||||
<script src="lodash.js"></script>
|
||||
|
||||
or use the CDN:
|
||||
<script src="http://cdnjs.cloudflare.com/ajax/libs/lodash.js/0.3.2/lodash.min.js"></script>
|
||||
~~~
|
||||
|
||||
Using [npm](http://npmjs.org/):
|
||||
|
||||
Reference in New Issue
Block a user