Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Latest commit

 

History

History
40 lines (27 loc) · 1.53 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.53 KB

Archived

It was fun while it lasted, but we have to stop maintaining these repositories. We haven't used these projects for quite some time and maintaining them is becoming harder to do.

You deserve better, and for that reason we've decided to archive some repositories, which includes this one.

Feel free to fork and alter the repositories, and go forth making awesome stuff.

aurelia-skeleton

Join the chat at https://gitter.im/spoonx/dev

Opinionated Aurelia skeleton for the Swan stack.

Installing

Using Swan

Run swan new <project name> (also provides a auth server)

Using npm and jspm

  1. Run npm install
  2. Run jspm install

What

The Aurelia-skeleton features:

Build tasks

Bundle

Creates a production-ready build in the dist/ directory. The contents of this directory can be uploaded and served to visitors.

Watch

Transpiles to .dev (the new "dist"). This has been optimized in performance (no unneeded copying of files).