Pinned Repositories
base
Base Class for Components and Services which will be used in Veams projects.
cli
component
The class provides a base system to build components. It merges options, bind and unbind events without worrying about that, subscribe to global events and renders templates with data.
core
Veams is one of the most flexible and efficient system to build scalable Web Apps, HTML5 web interfaces and Prototypes. It is extremely extensible and efficiently architected.
generator-veams
Scaffold modern frontend web apps or web pages with a static site generator (Assemble or Mangony), Grunt and/or Gulp, Sass and Bower. Use modern frameworks like Bourbon, Bootstrap or Foundation and structure your JavaScript with ES Harmony support.
helpers
A simple helpers library categorized in different topics like browser, detection, object and more.
plugin-vent
The Veams Vent Plugin is a global publish and subscribe object. You can use this plugin to communicate between modules independently.
query
Represents a very simple DOM API for Veams-JS (incl. ajax support)
rx-store
The missing RxJS wrapper for Redux to provide a simple but powerful state management module.
veams.org
Veams Website
Veams's Repositories
Veams/generator-veams
Scaffold modern frontend web apps or web pages with a static site generator (Assemble or Mangony), Grunt and/or Gulp, Sass and Bower. Use modern frameworks like Bourbon, Bootstrap or Foundation and structure your JavaScript with ES Harmony support.
Veams/core
Veams is one of the most flexible and efficient system to build scalable Web Apps, HTML5 web interfaces and Prototypes. It is extremely extensible and efficiently architected.
Veams/cli
Veams/veams.org
Veams Website
Veams/base
Base Class for Components and Services which will be used in Veams projects.
Veams/helpers
A simple helpers library categorized in different topics like browser, detection, object and more.
Veams/query
Represents a very simple DOM API for Veams-JS (incl. ajax support)
Veams/component
The class provides a base system to build components. It merges options, bind and unbind events without worrying about that, subscribe to global events and renders templates with data.
Veams/component-slider
Veams/http-service
Simple http service provided for and by Veams.
Veams/plugin-logger
The VeamsLogger plugin disables console logs by default. You can provide parameters (?devmode) in the URL to show the logs in your console.
Veams/plugin-media-query-handler
The Media Query Handler Plugin provides to you the possibility to get the current media query name from your css.
Veams/plugin-modules
The Veams Modules Plugin provides a whole system to initialize, render, save and destroy your modules.
Veams/plugin-vent
The Veams Vent Plugin is a global publish and subscribe object. You can use this plugin to communicate between modules independently.
Veams/rx-store
The missing RxJS wrapper for Redux to provide a simple but powerful state management module.
Veams/static-starter
Veams/utility-grid
Veams/bp-react-component
Veams/bp-redux
Veams/component-comparer
Veams/component-modal
Modal dialog component
Veams/decorators
Decorators for Veams
Veams/documentation
Veams/generator-mock-api
Main-Generator :: Veams generator to scaffold a mock api server in ExpressJS.
Veams/plugin-store
A simple store implementation for Veams by using almost the same naming convention like in Redux.
Veams/plugin-templater
This plugin adds the possibility to render your handlebars templates in an easy way. You can register the engine, templates, partials and helpers and use them directly in other classes.
Veams/status-quo
Veams/utility-storage
Offers a simple API for storing Javascript objects in HTML5 web storage
Veams/veams-services
DEPRECATED
Veams/vent
Vent is a simple publish and subscribe system you can use to communicate between modules independently