[](https://travis-ci.org/canjs/can-import-module) [](https://greenkeeper.io/)
npm install can-import-module 
With StealJS, you can import this module directly in a template that is autorendered:
``js`
import plugin from 'can-import-module';
Use require to load can-import-module and everything elsecan-import-module
needed to create a template that uses :
`js`
var plugin = require("can-import-module");
Load the global version of the plugin:
`html``