Convert NPM packages (ex: react, vue, d3, ...) into fresh ESM, locally!
import 'http://localhost:port/package_name.js';
We recommend importing packages by specifying their version.
import 'http://localhost:port/package_name@version.js'
For more information go to the uimport npm repository