Aurelia skeleton-navigation included as ES6-SystemJs, ES6-Webpack and Typescript-SystemJs versions
This is a skeleton for an Aurelia client using aurelia-notification and aurelia-i18n for automatically translated notifications.
For typescript, replace cd skeleton-es2016
below with cd skeleton-typecript
.
git clone https://github.com/doktordirk/aurelia-notification-sample
cd aurelia-notification-sample
npm install
cd skeleton-es2016
npm install
jspm install
To run the sample type in the skeleton folder type gulp watch
.
This builds the aurelia-skeleton and serves at localhost:9000.
git clone https://github.com/doktordirk/aurelia-notification-sample
cd aurelia-notification-sample
npm install
cd skeleton-es2016-webpack
npm install
To run the sample type in the skeleton folder type npm run dev
.
This builds the aurelia-skeleton and serves at localhost:9000.