Skip to content

Aurelia Skeleton app that uses webpack for loading, building and bundling instead of SystemJS/JSPM

License

Notifications You must be signed in to change notification settings

martijnboland/aurelia-skeleton-webpack

Repository files navigation

aurelia-skeleton-webpack

Experimental Aurelia Skeleton app that uses webpack for loading, building and bundling instead of SystemJS/JSPM.

Getting started

Clone this repository, go to the directory where your clone is located and then hit

npm install

followed by

npm run dev

You can now browse the skeleton app at http://localhost:3000.

To make a development bundle (output to /build):

npm run build

To make a production bundle (output to /dist):

npm run prod

About

Aurelia Skeleton app that uses webpack for loading, building and bundling instead of SystemJS/JSPM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages