Skip to content

designeng/wire-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

###wire-plugins Not a "framework" in common sense: no "core", just plugins for DSL semantic extention.

This assumes that you use wire.js in your application as IOC and wire.js specifications as composition layer.

experimental

###installation

git clone https://github.com/designeng/wire-plugins
cd wire-plugins
npm install
grunt

and navigate your browser to http://localhost:7788/app/#/contacts.

###usage example To get to the point, take a look to contacts component source code: app/coffee/components/contacts/spec.

###todo

  • Avoid deferred terrible somewhere
  • Documentation
  • Extract usage example to wire-plugins-example
  • Dist as package to avoid boring 'plugins/etc' in requirejs paths
  • Tests for validation plugin and routing system.