Skip to content

Instantly share code, notes, and snippets.

@lucacasonato
Created March 30, 2020 00:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucacasonato/a43a883d99cc733b49800f19811fe505 to your computer and use it in GitHub Desktop.
Save lucacasonato/a43a883d99cc733b49800f19811fe505 to your computer and use it in GitHub Desktop.
deno --importmap=importmap.json app.js
import * as voca from "voca";
console.log(voca);
{
"imports": {
"voca": "https://dev.jspm.io/voca"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment