Skip to content
Maxime Séguin edited this page May 19, 2015 · 5 revisions

Developer's guide to the koco

Installing the koco generator (Yeoman) & dependencies

See generator-koco home page (pre-requisites)

Before you start

Make sure that the project is up and running by typing this in the system console (terminal/command line tool) inside your koco project folder:

gulp --open

This will open your app in a new browser window. Make sure there is no error in the browser console (Developer Tools).

Let's get started

  1. Creating your first page
  2. Associating a route to a page
  3. Navigating between two pages
  4. Creating a first component
  5. Creating a "binding handler" component
  6. Creating a "modal" component
  7. Creating a "dialog" component
Different kind of components (or maybe we should call this packages...)
  • Component: this a resuable UI part, normally a view model and and view