Skip to content

namlook/eureka-widget-application-menu

Repository files navigation

Eureka-widget-application-menu

A menu for Eureka's applications. Usage:

{
    application: {
        name: <application name>
        views: {
            widgets: [
                {
                    type: 'application-menu',
                    columns: 3,
                    // if `items` is undefined or `auto`, display
                    //  all resources that have a view.
                    items: [
                        {
                            // the displayed name of the menu item
                            label: 'My dear users',
                            // the route to target
                            route: 'eureka.user.collection.index'
                        }
                    ]
                },
                {
                    type: 'outlet',
                    columns: 9,
                }
            ]
        }
    }
}

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

About

The main menu of an Eureka's application

Resources

License

Stars

Watchers

Forks

Packages

No packages published