1.1.9 • Published 6 years ago

trinity-web v1.1.9

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

TrinityJS

React inspired minimalistic web framework

Installation

$ npm install --save trinity-web

Documentation

The early documentation is available at trinity.js.org. It will change frequently as new features are added, so keep an eye out!

Also, you can look into the tests directory for an insight into how to use it.

Getting Started

index.html

<!DOCTYPE html>
<html>
  <body>
    <app></app>
  </body>
</html>

Setup app entry index.js

import { Trinity } from 'trinity-web'

const app = new Trinity('app')

...
1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago