Skip to content

smitec/zero-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Zero-JS — How JavaScript should be!

Code Climate Test Coverage Issue Count

zero-js is a lightframe, tiny framework, made my developers, for developers.

Features:

  • Supports plain old javascript.
  • No webpack, babel, or gulp needed.
  • Runs natively in the browser.

Getting Started:

Currently, the best way to begin using zero-js is by adding the script in your document, by using defer, to ensure the webpage loads properly before loading your javascript

<script type="text/javascript" src="https://github.com/smitec/zero-js/blob/master/zero.js" defer></script>

Alternatively, we can use asynchronous.

<script type="text/javascript" src="https://github.com/smitec/zero-js/blob/master/zero.js" async></script>

About

The smallest 'framework' you'll ever use

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •