With StealJS, you can import this module directly in a template that is autorendered:
import plugin from 'can-import-module';
Use require
to load can-import-module
and everything else
needed to create a template that uses can-import-module
:
var plugin = require("can-import-module");
Load the global
version of the plugin:
<script src='./node_modules/can-import-module/dist/global/can-importer.js'></script>