1.3.2 • Published 3 years ago
can-import-module v1.3.2
can-import-module
Usage
ES6 use
With StealJS, you can import this module directly in a template that is autorendered:
import plugin from 'can-import-module';CommonJS use
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");Standalone use
Load the global version of the plugin:
<script src='./node_modules/can-import-module/dist/global/can-importer.js'></script>