0.0.19 • Published 7 years ago

olivajs v0.0.19

Weekly downloads
2
License
MIT
Repository
github
Last release
7 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

7 years ago

0.0.18

7 years ago

0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago