RussNelson / zero-js

The smallest 'framework' you'll ever use

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:The Unlicense