olivaframework / olivajs

A framework based on Typescript and Sass.
5 stars 1 forks source link

OlivaJs

A frontend framework made using Typescript and Sass.

NOTE: This package is made using Vanilla JS only and doesn't need extra libraries to work.

Quick start

Install

This package can be installed with:

How to use it

var oliva = require ('olivajs');

Also you can use ES6 syntax

import { Counter, DOMElement, DOMElement, ... } from 'olivajs';

Static HTML

Put the required stylesheet at the top of your markup:

<link rel="stylesheet" href="https://github.com/olivaframework/olivajs/blob/master/node_modules/olivajs/dist/css/oliva.css" />

Put the script at the bottom of your markup:

<script src="https://github.com/olivaframework/olivajs/raw/master/node_modules/olivajs/dist/js/oliva.js"></script>

Documentation

The documentation and demos are available at https://olivaframework.github.io/olivajs/.

Building

This package comes with Webpack 2 and the following tasks are available: