@rlmcneary2/weko-lifecycle
TypeScript icon, indicating that this package has built-in type declarations

0.1.0-alpha2 • Public • Published

@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>

Package Sidebar

Install

npm i @rlmcneary2/weko-lifecycle

Weekly Downloads

0

Version

0.1.0-alpha2

License

MIT

Unpacked Size

90 kB

Total Files

19

Last publish

Collaborators

  • rlmcneary2