yuchi / metal.js

Build UI components in a solid, flexible way

Home Page:http://metaljs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Metal.js

Build Status Slack Channel

Sauce Test Status

Metal.js is a JavaScript library for building UI components in a solid, flexible way.

Setup

  1. Install NodeJS >= v0.12.0, if you don't have it yet.

  2. Install lerna global dependency:

[sudo] npm install -g lerna@2.0.0-beta.30
  1. Run lerna to install local dependencies and link packages together:
lerna bootstrap
  1. Install local dependencies
npm install
  1. Run tests:
npm test

About

Build UI components in a solid, flexible way

http://metaljs.com

License:Other


Languages

Language:JavaScript 100.0%Language:CSS 0.0%