UNPKG

nojs

Version:

Library that helps minimize js you have to write

41 lines (28 loc) 840 B
# 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](https://ifedapoolarewaju.github.io/nojs-site/icon.png) ### INSTALLATION ```bash npm install nojs ``` or download [here](https://github.com/ifedapoolarewaju/nojs/archive/v0.1.1.zip) Then link it to the bottom of your web page like so: ```html <body> ... <script src="<PATH TO LIBRARY>/nojs/dist/no.min.js"></script> </body> ``` or you can link directly to the remote distribution like so: ```html <body> ... <script src="http://nojs.io/release/0.1.1/no.min.js"></script> </body> ``` ### USAGE Please view the [Documentation](http://nojs.io) for elaborate examples and usage. ## License MIT