I added the underscore
using npm install underscore
but I am stuck on how to use it on front end .On backend var _ = require('underscore')
may work and something like import {x} from underscore.js
may work on front end which is ofcourse not able to work on my case.
I would like to know what is the best way of adding packages on front end (ex: I want to use bootstrap on all html files but not through using <script src="bootstrap.js">
which makes hazard as add multiple script files "