1.0.0 • Published 6 years ago

can-importer v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

can-importer

Build Status

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>