1.7.9 • Published 8 years ago

zero-js v1.7.9

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

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>