hyperstart / hyperstart.io

Source code for https://www.hyperstart.io
GNU General Public License v3.0
17 stars 1 forks source link

Support importing from url #6

Closed Mytrill closed 6 years ago

Mytrill commented 6 years ago

We should support code like this:

import { Link } from "https://unpkg.com/@hyperapp/router"

// ... use Link ...

This entails 2 tasks:

Mytrill commented 6 years ago

Done.