0.1.0 • Published 7 years ago
zelos v0.1.0
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 zelosZelos comes with TypeScript definitions included!
Building the Project
To build the project, simply run
npm run buildThis 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 watch0.1.0
7 years ago