Welcome to uimport!

Convert NPM packages (ex: react, vue, d3, ...) into fresh ESM, locally!

Load the package at the version specified in the package.json.

import 'http://localhost:port/package_name.js';

Load the exact version of the package

We recommend importing packages by specifying their version.

import 'http://localhost:port/package_name@version.js'

About

For more information go to the uimport npm repository