5.1.2 • Published 2 years ago

near-instant.page v5.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

instant.page

Note This is a slightly modified version of the original instant.page script. The main differences are that configuration via attributes has been removed and mousedown=true by default.

Make your site’s pages instant in 1 minute and improve your conversion rate by 1%.

:information_source: Info is on the website.

:scroll: The source is in instantpage.js.

:star2: Star this repository to follow its development.

Tests

With Node, run:

node test/app.js

And access http://127.0.0.1:8000/. Or specify another port with an argument after the filename.

Minifying

To minify instantpage.js into instantpage.min.js install uglify-es globally (npm i uglify-es -g) then run npm run minify.