phlex-app-module-manager

1.0.4 • Public • Published

AppModuleManager

including your script into html

<script src="app.js" modules="hello other-module"></script>

how app.js looks like

import AppModuleManager from "phlex-app-module-manager";
import hello from "./src/hello"
AppModuleManager.launch();

finally an example for a module

import AppModuleManager from "phlex-app-module-manager";

@AppModuleManager.registerModule
class Hello{
	static init(){
		console.log('Hello!');
	}
}

Readme

Keywords

none

Package Sidebar

Install

npm i phlex-app-module-manager

Weekly Downloads

0

Version

1.0.4

License

ISC

Unpacked Size

2.1 kB

Total Files

3

Last publish

Collaborators

  • laborci