Skip to content

Latest commit

 

History

History

www

www

Files for running projects isolated from main project.

Directories

Each asset must be placed wihin www/assets/{project-name}/{up-to-you}. The structure is important because its used in the build process to merge all assets together.

Files

CanvasView file template. Appends child elements dynamically in build process.

Routes constructed here use .zland config add this to your .zland json config to create a route for your project

Example:

 "routes": [
    {
      "path": "intro",
      "handler": "components/IntroductionWindow"
    }
 ]

This file initializes zland and launches the app on cordova deviceready event (or immediately if its build for browser)

Empty file template