1.0.0 • Published 8 years ago
can-importer v1.0.0
can-importer
Usage
ES6 use
With StealJS, you can import this module directly in a template that is autorendered:
import plugin from 'can-importer';CommonJS use
Use require to load can-importer and everything else
needed to create a template that uses can-importer:
var plugin = require("can-importer");Standalone use
Load the global version of the plugin:
<script src='./node_modules/can-importer/dist/global/can-importer.js'></script>1.0.0
8 years ago