-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Maxime Séguin edited this page May 19, 2015
·
5 revisions
See generator-koco home page (pre-requisites)
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).
- Creating your first page
- Associating a route to a page
- Navigating between two pages
- Creating a first component
- Creating a "binding handler" component
- Creating a "modal" component
- Creating a "dialog" component
- Component: this a resuable UI part, normally a view model and and view