JonathanHouck / aurelia-menu

Example Code for creating a menu with child routes in Aurelia

Home Page:http://www.jeremyg.net/entry/create-a-menu-with-child-routes-using-aurelia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aurelia-menu

Example Code for creating a menu which includes child routes

Based upon the blog post here

Running the App

This app uses the aurelia-cli client, to run the example follow these steps:

  1. Install the aurelia-cli client.
npm install -g aurelia-cli
  1. In the project folder
npm install
  1. Run
au run --watch
  1. Browse to http://localhost:9000 to see the example. The menu includes the 3 child routes.

About

Example Code for creating a menu with child routes in Aurelia

http://www.jeremyg.net/entry/create-a-menu-with-child-routes-using-aurelia


Languages

Language:JavaScript 97.8%Language:TypeScript 2.0%Language:HTML 0.2%