0.0.19 • Published 8 years ago

olivajs v0.0.19

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

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:

  • npm: npm install --save olivajs

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="/node_modules/olivajs/dist/css/oliva.css" />

Put the script at the bottom of your markup:

<script src="/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:

  • build compiles the CSS and JS into /dist and builds the doc.

  • start watches source files and builds them automatically with eval.

  • test runs unit tests in PhantomJS.

  • coverage runs unit tests and generate coverage html files on /app/tests/coverage.

0.0.19

8 years ago

0.0.18

8 years ago

0.0.16

8 years ago

0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago