Skip to content

A starter kit for building a standard navigation-style app with Aurelia.

License

Notifications You must be signed in to change notification settings

ostyn/skeleton-navigation

 
 

Repository files navigation

aurelia-skeleton-navigation

ZenHub Join the chat at https://gitter.im/aurelia/discuss

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. If you have questions, we invite you to join us on Gitter. If you would like to have deeper insight into our development process, please install the ZenHub Chrome Extension and visit any of our repository's boards. You can get an overview of all Aurelia work by visiting the framework board.

Available skeletons

  • skeleton-es2016 - This is a standard front-end project setup configured to use the Babel transpiler so that you can write your application in ES 2016 code. It should work well with any standard text editor.
  • skeleton-typescript - This is a standard front-end setup 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.
  • skeleton-typescript-asp.net5 - This is an ASP.NET 5 web project pre-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.
  • skeleton-es2016-asp.net5 - This is an ASP.NET 5 web project pre-configured for building a .NET backend and an Aurelia front-end. It is configured for full ES 2016 support with Babel, similar to the standard skeleton-es2016 option.

About

A starter kit for building a standard navigation-style app with Aurelia.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 76.8%
  • TypeScript 11.1%
  • C# 5.1%
  • HTML 4.3%
  • CSS 2.7%