devmondo / aurelia-typescript

A starter kit for working with the Aurelia TypeScript type definitions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aurelia-typescript

A starter kit for working with the Aurelia TypeScript type definitions

This library works with the Aurelia platform.

To keep up to date on Aurelia, please visit and subscribe to the official blog. If you have questions, we invite you to join us on our Gitter Channel.

just use it - visual studio (using esri dojo amd module loader)

includes bonus aurelia view & view model with a basic esri map

  1. make sure you have visual studio 2013 Update 4
  2. install typescript 1.4 for Visual Studio 2013
  3. run visual studio
  4. open solution in skel-nav-esri-vs-ts
  5. run solution using chrome

just use it (on mobile devices !!) - visual studio and telerik appbuilder

aurelia mobile map

  1. get familiar with telerik appbuilder
  2. obtain a license to telerik appbuilder (or do an evaluation)
  3. make sure you have visual studio 2013 Update 4
  4. install typescript 1.4 for Visual Studio 2013
  5. install telerik appbuilder
  6. run visual studio
  7. open solution in skel-nav-esri-vs-ts-telerik
  8. run solution using chrome

just use it - visual studio (using requirejs amd module loader)

  1. make sure you have visual studio 2013 Update 4
  2. install typescript 1.4 for Visual Studio 2013
  3. run visual studio
  4. open solution in skel-nav-require-vs-ts
  5. run solution using chrome
  1. run git bash shell
  2. change to skel-nav-esri-gulp folder
  3. run npm install
  4. run gulp watch
  5. run chrome browser and point at http://localhost:9000

the project is already setup with file watcher but you can follow the full instruction here to add TypeScript file watcher webstorm typescript file watcher

explore aurelia by looking at the tests

tests 03

  1. have a look at the TypeScript test source for aurelia-dependency-injection
  2. make sure you have visual studio 2013 Update 4
  3. install typescript 1.4 for Visual Studio 2013
  4. run visual studio
  5. open solution in aurelia-vs-ts-tests
  6. run solution using chrome

nav 01

  1. open git bash shell

  2. install node.js

  3. install bower

  4. change to aurelia-require-bundle folder

  5. get the latest aurelia libraries

    run bower install

  6. have a look at the bundling dependencies

  1. bundle the files for development

    run node r.js -o name=aurelia-bundle-manifest baseUrl=. mainConfigFile=main-config.js out=aurelia-bundle.js optimize=none

  2. bundle the files for production (minified)

    run node r.js -o name=aurelia-bundle-manifest baseUrl=. mainConfigFile=main-config.js out=aurelia-bundle.min.js

cool sample exercising navigation (from @Lakerfield)

  1. run git bash shell
  2. change to aurelia-vs-ts folder
  3. run npm install
  4. run gulp watch
  5. run chrome browser and point at http://localhost:9000

Contributing

We'd love for you to contribute to our source code and to make this project even better than it is today! If this interests you, please begin by reading our contributing guidelines. The contributing document will provide you with all the information you need to get started. Once you have read that, you will need to also sign our CLA before we can accepts a Pull Request from you. More information on the process is including in the contributor's guide.

About

A starter kit for working with the Aurelia TypeScript type definitions

License:MIT License


Languages

Language:JavaScript 99.3%Language:TypeScript 0.6%Language:CSS 0.1%Language:C# 0.0%