mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-18 16:02:08 +02:00
16 lines
224 B
Markdown
16 lines
224 B
Markdown
# 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.
|