项目作者: jagonalez

项目描述 :
Example Code for creating a menu with child routes in Aurelia
高级语言: JavaScript
项目地址: git://github.com/jagonalez/aurelia-menu.git
创建时间: 2017-02-21T05:40:21Z
项目社区:https://github.com/jagonalez/aurelia-menu

开源协议:

下载


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.
    1. npm install -g aurelia-cli
  2. In the project folder
    1. npm install
  3. Run
    1. au run --watch
  4. Browse to http://localhost:9000 to see the example. The menu includes the 3 child routes.