0.1.0 • Published 6 years ago

zelos v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Zelos

A JavaScript framework for reviving any backend-generated HTML in the frontend

Getting Started

To install Zelos, we recommend using NPM

npm install --save zelos

Zelos comes with TypeScript definitions included!

Building the Project

To build the project, simply run

npm run build

This will create a production build with Node.js modules in the lib and a minified browser build in the dist directories.

To test the example and watch for changes, run

npm run watch