An open API service indexing awesome lists of open source software.

https://github.com/jagonalez/aurelia-menu

Example Code for creating a menu with child routes in Aurelia
https://github.com/jagonalez/aurelia-menu

aurelia

Last synced: 6 months ago
JSON representation

Example Code for creating a menu with child routes in Aurelia

Awesome Lists containing this project

README

          

# aurelia-menu
## Example Code for creating a menu which includes child routes
Based upon the blog post [here](http://www.jeremyg.net)
### 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
```
2. In the project folder
```
npm install
```
3. Run
```
au run --watch
```
4. Browse to [http://localhost:9000](http://localhost:9000) to see the example. The menu includes the 3 child routes.