npm install bangs.jsthis code is javascript smoothscroll library for browser(contain ie8).
- html
``
anchor link
- javascript
`
var smoove = require("smoove");smoove();
`#### not browserify
- html
`
anchor link
...
`- javascript
`
smoove();
``