UNPKG

zpt

Version:

Zenon Page Templates - JS (ZPT-JS)

52 lines (44 loc) 2.26 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Downloading ZPT-JS</title> <script type="text/javascript" src="lib/zpt.min.js" defer></script> <script type="text/javascript" src="js/zpt.js" defer></script> <link rel="stylesheet" type="text/css" href="docs.css"> </head> <body> <div data-use-macro="'page@templates.html'"> <div data-fill-slot="'page-header'"> <h1>Downloading ZPT-JS</h1> </div> <article data-fill-slot="'article'"> <h2>About the code</h2> <p> The code is hosted and developed in the <a href="https://github.com/davidcana/ZPT-JS">ZPT-JS GitHub repository</a>. All source code is kept under Git revision control, which you can browse online. If you have access to Git, you can connect to the repository here: </p> <pre class="console"> git clone https://github.com/davidcana/ZPT-JS.git </pre> <p> ZPT-JS is provided under the <a href="https://www.gnu.org/licenses/lgpl-3.0.en.html">GNU Lesser General Public License 3</a>. </p> <h2>Downloading last stable version of ZPT-JS</h2> <p> Go to <a href="https://github.com/davidcana/ZPT-JS">ZPT-JS GitHub repository</a>, click <em>Releases</em> link and click the first <em>zip</em> or <em>tar.gz</em> bundles. </p> <h2>Downloading ZPT-JS using npm</h2> <p> ZPT-JS is registered as a package on <a href="https://www.npmjs.com/package/zpt">npm</a>. This is the recomended way of downloading it. You can install the latest version of ZPT-JS and its dependencies with the npm CLI command: </p> <pre class="console"> npm install zpt </pre> <h2>Building and testing</h2> <p> Go to <a href="tutorial/building.html">Building and testing</a> for details about starting a test version of ZPT-JS. </p> </article> </div> </body> </html>