ifedapoolarewaju / nojs

Library that helps minimize js you have to write

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No.js

No.js is an extremely lightweight javascript library that makes you do DOM manipulations without writing any javascript at all. All you'll need to add are html attributes instead and No.js does the magic for you.

No.js logo

INSTALLATION

npm install nojs

or download here

Then link it to the bottom of your web page like so:

<body>
...
<script src="<PATH TO LIBRARY>/nojs/dist/no.min.js"></script>
</body>

or you can link directly to the remote distribution like so:

<body>
...
<script src="https://unpkg.com/nojs@0.1.3/dist/no.min.js"></script>
</body>

USAGE

Please view the Documentation for elaborate examples and usage.

License

MIT

About

Library that helps minimize js you have to write

License:MIT License


Languages

Language:JavaScript 71.4%Language:HTML 18.4%Language:CSS 10.2%