0.1.0-alpha2 • Published 1 year ago
@rlmcneary2/weko-lifecycle v0.1.0-alpha2
@rlmcneary2/weko-lifecycle
weko makes web development fun again!
Install
As part of an ES module
Use "esm.sh" and import this module into a source file where you need to use the router.
import { WekoMixin } from "https://esm.sh/@rlmcneary2/weko";
As part of a bundle
If you are bundling your source code you may need to use a dynamic import
to
load the library like so:
async function main() {
await import("https://esm.sh/@rlmcneary2/weko");
}
Using a script element
The script can also be loaded in an HTML file, typically as part of the <head>
element.
<head>
<script src="https://esm.sh/@rlmcneary2/weko" type="module"></script>
</head>
0.1.0-alpha3
1 year ago
0.1.0-alpha2
1 year ago