Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

aurelia/skeleton-navigation

Repository files navigation

aurelia-skeleton-navigation

ZenHub Join the chat at https://gitter.im/aurelia/discuss CI on Linux CI on Windows


These skeletons are only supported when running on the latest Node LTS (6.x) release or the latest Node Current (8.x) release. You must be running NPM >=3 with the skeletons. Running npm install using NPM 2.x will not work.


This library is part of the Aurelia platform and provides production quality skeletons for people ready to build apps. There are various skeleton options available, depending on your platform and tooling choices.

To keep up to date on Aurelia, please visit and subscribe to the official blog and our email list. We also invite you to follow us on twitter. If you have questions look around our Discourse forums, chat in our community on Gitter or use stack overflow. Documentation can be found in our developer hub. If you would like to have deeper insight into our development process, please install the ZenHub Chrome or Firefox Extension and visit any of our repository's boards.

Available Skeletons

Please see the individual readme files within each skeleton for an explanation of how to get setup.

Note: We recommend that you only use officially released versions of these skeletons, rather than working directly from the master branch. You can go to the Github releases tab to find the related downloads.

ESNext Skeletons

  • skeleton-esnext-webpack - This project is configured to use the Babel transpiler so that you can write your application using either language. It should work well with any standard text editor. This skeleton uses NPM for package management and Webpack for bundling.
  • skeleton-esnext - This project is configured to use the Babel transpiler so that you can write your application with ESNext code. It should work well with any standard text editor. This skeleton uses JSPM for package management and SystemJS for loading and bundling.
  • skeleton-esnext-aspnetcore - This is an ASP.NET Core web project pre-configured for building a .NET backend and an Aurelia front-end. It is configured for full ES Next support with Babel, similar to the standard skeleton-esnext option. This skeleton uses JSPM for package management and SystemJS for loading and bundling.

TypeScript Skeletons

  • skeleton-typescript-webpack - This project is configured to use the TypeScript transpiler so that you can write your application using either language. It should work well with any standard text editor. This skeleton uses NPM for package management and Webpack for bundling.
  • skeleton-typescript - This project is configured to use the TypeScript transpiler so that you can write your application using TypeScript. It should work well with any standard text editor, however it has been specially configured to work well with VSCode and Atom, including full TypeScript intellisense for app, unit test and e2e test code. This skeleton uses JSPM for package management and SystemJS for loading and bundling.
  • skeleton-typescript-aspnetcore - This is an ASP.NET Core web project configured for building a .NET backend and an Aurelia front-end. It is configured for full TypeScript support, similar to the standard skeleton-typescript option. This skeleton uses JSPM for package management and SystemJS for loading and bundling.