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
- Host: GitHub
- URL: https://github.com/jagonalez/aurelia-menu
- Owner: jagonalez
- Created: 2017-02-21T05:40:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-13T22:15:09.000Z (over 8 years ago)
- Last Synced: 2025-04-02T10:11:54.720Z (6 months ago)
- Topics: aurelia
- Language: JavaScript
- Homepage: http://www.jeremyg.net/entry/create-a-menu-with-child-routes-using-aurelia
- Size: 267 KB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.