Skip to content
forked from Zorium/zorium

(╯°□°)╯︵ ┻━┻ The CoffeeScript Web Framework

License

Notifications You must be signed in to change notification settings

claydotio/zorium

 
 

Repository files navigation

Zorium

Zorium - The CoffeeScript Web Framework

(╯°□°)╯︵ ┻━┻
v1.0.0

Features

Example

z = require 'zorium'

class AppComponent
  constructor: ->
    @state = z.state
      name: 'Zorium'

  render: =>
    {name} = @state.getValue()

    z '.zorium',
      z 'p.text',
        "The Future -#{name}"

z.render document.body, new AppComponent()

Documentation

zorium.org

Installation

npm install --save zorium

Contribute

npm install
npm test

Documentation - zorium-site

IRC: #zorium - chat.freenode.net

About

(╯°□°)╯︵ ┻━┻ The CoffeeScript Web Framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 100.0%