1.0.4 • Published 6 years ago

phlex-app-module-manager v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

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!');
	}
}
1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago