1
Fork 0
lorchess.ru/assets/vendor/jquery-mousewheel/test/browserify/README.md

16 lines
224 B
Markdown
Raw Normal View History

2014-07-08 17:43:18 +04:00
# browserify test
First run
```js
npm install jquery-browserify
```
Then run
```js
browserify main.js > bundle.js
```
Then open index.html and console and scroll with the mousewheel. Should see the events being logged.