-
Notifications
You must be signed in to change notification settings - Fork 53
AppDev tutorials: 1. Introduction (r2)
Meta info: list items starting with (revisit) are contents I will have to check and maybe delete later. Mostly (I suppose that) they only apply when using KendoUI. It's also used for content that is not yet decided upon or content which does not (yet) exist.
The collection of articles contained in the App developers tutorials help category, which begins with this article you are reading now, presents several short tutorials on using the Materialize components from Aurelia-Materialize bridge Aurelia plugin.
Specifically that means how you will develop the app which "hosts" the few selected controls (select
, button
, slider
and collapsible
).
This same application that you will build from the scratch, also exists in its finished form here, provided as a courtesy to allow you to "peek" into some details that might have escaped you.
This section App developers tutorials is dedicated to all Aurelia application developers that want to use Materialize components provided by the Aurelia-Materialize bridge.
The whole section named Bridge developers tutorials is intended solely to new bridge projects contributors - a lot narrower class than people interested in integrating Materialize components in their application.
Starting with one of the most simple components - NavBar, we will show how this component can be added to the well known Aurelia Skeleton Navigation app and then add several additional components (Select, Button, Slider and Collapsible).
By the end of the tutorial we will have completed the Materialize app developers tutorial
shown below:
#### Next page: [Setup](#/help/docs/app_developers_tutorials/2._setup)