roemhildtg / spectre-canjs

A data administration component library built on the Spectre.css framework enabled with CanJS

Home Page:https://roemhildtg.github.io/spectre-canjs/docs/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spectre-canjs

Build Status NPM

A collection of data administration and management components to enable the rapid developement of client side web applications. Built on the Spectre CSS framework crossed with CanJS to provide fast, beautiful, navigation, data management, and user interface web components.

Documentation

You can access the projects documentation at the Github Pages URL

Quick Start

git clone <this-repository>
cd <this-folder>
npm install

# optional: start a web server to run the demos
npm install -g http-server
http-server

Now open a web browser and browse each folder's demo.html.

Docs

npm run docs

Now open a web browser in the ./docs/ folder

Tests

Running the tests is as easy as:

npm run test

Contributing

Issues may be opened for feature requests, problem, and suggestions. Pull requests with explanations may be considered.

About

A data administration component library built on the Spectre.css framework enabled with CanJS

https://roemhildtg.github.io/spectre-canjs/docs/index.html

License:MIT License


Languages

Language:JavaScript 84.7%Language:HTML 13.2%Language:CSS 2.1%