Join uris together
npm install can-join-uris
Join uris together
With StealJS, you can import this module directly in a template that is autorendered:
``js`
import plugin from 'can-join-uris';
Use require to load can-join-uris and everything elsecan-join-uris
needed to create a template that uses :
`js`
var plugin = require("can-join-uris");
Load the global version of the plugin:
`html``