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.
Opinionated Aurelia skeleton for the Swan stack.
Using Swan
Run swan new <project name>
(also provides a auth server)
- Run
npm install
- Run
jspm install
The Aurelia-skeleton features:
- Aurelia-authentication
- Aurelia-api
- Aurelia-orm
- Aurelia-notification
- An organized directory structure (rather then flat like skeleton-navigation)
- Navigation
Creates a production-ready build in the dist/
directory.
The contents of this directory can be uploaded and served to visitors.
Transpiles to .dev
(the new "dist
"). This has been optimized in performance (no unneeded copying of files).