Skip to content

A lightweight, JavaScritpt framework, where you are in charge!

License

Notifications You must be signed in to change notification settings

jwatte-imvu/jsframework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsframework -- the lightest weight framework

Include it:

<script src="src/main.js"></script>

Then, use it:

<script>
JS.require("/mything.js", function(thing) {
    thing.beAwesome();
});
</script>

You should include modules for whatever non-core functionality you need. jsframework is explicitly lightweight and doesn't impose policy -- this is a good thing!

Share it!

http://github.com/jwatte/jsframework

About

A lightweight, JavaScritpt framework, where you are in charge!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.9%
  • HTML 16.1%