intro to aurelia

Post on 18-Jul-2015

181 Views

Category:

Technology

1 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Intro to AureliaAshley Grant

Aurelia Core Team Member

@ashleymgrant

Why Aurelia?

Forward Thinking

Two-Way Data-Binding

Extensible HTML

Responsive Development Team

DevEnv Setup

Software you’ll need

node

npm

jspm – installed by npm: npm install –g jspm

gulp – installed by npm: npm install –g gulp

Download the Skeleton Navigation Project latest release

http://tinyurl.com/auskel

Install dependencies

npm install

jspm install

Run it

gulp watch

http://localhost:9000/

Dive In

Key Points

Simple Binding Syntax

bind

one-way

two-way

delegate

trigger

call

string interpolation

style/css

Testable

Unit tests with karma/jasmine

E2E tests with protractor

Framework gets out of your way

Status

Public Preview

Fully Featured

Preliminary Documentation

Real Apps in Development

Rapid Adoption & Large Active Community

https://gitter.im/Aurelia/Discuss

Core team members and community members all helping to create amazing

stuff

Moving forward

CLI & Bundling

IE9 and IE10 support

Performance Optimizations

Rich, Interactive Documentation

Prototype: http://tinyurl.com/auvcdocs

Beta

Plugins

Q&Atwitter: @ashleymgrant

email: ashley@ashleygrant.com

github: github.com/ashleygrant

top related