aurelia-ui-toolkits / issues

This repository's primary purpose is to host the discussions on aurelia-ui-toolkits issues :-)
1 stars 0 forks source link

Using webpack #10

Open adriatic opened 8 years ago

adriatic commented 8 years ago

This document defines webpack in general.

Rob's blog on webpack referencing the following documents:

History of building webpack for Aurelia

Third party articles


My own issue (which I still have not resolved) is very simple: I never got the skeleton navigation es2016 sample to work with webpack, so i defined this as the webpack acceptance test for Aureli-UI-Toolkits team.

adriatic commented 8 years ago

How to verify KendoUI bridge app using webpack.

@apawsey - I wish I could move this testing a bit more forward, but did not get the chance so far, and am leaving my office for 6-7 days early tomorrow morning.

This is a bit convoluted, so please read carefully:

Step 1.

Clone and run the app in https://github.com/aurelia-ui-toolkits/skeleton-navigation-kendo-au-beta-1.1.x. This app is the fully refreshed, completed KendoUI tutorial

image

Fully refreshed means that this app is assembled as a composition of the most current version of Aurelia skeleton-es2016 and most current code for autocomplete, button, chart and grid KendoUI components:

image

Step 2

Create the identical "composition" defined in Step 1 above, by starting with skeleton-es2016-webpack and add the same four KendoUI controls (by copying all KendoUI code from the https://github.com/aurelia-ui-toolkits/skeleton-navigation-kendo-au-beta-1.1.x app) and see whether it runs with webpack.

Note: as I am off internet for the next 6-7 days, if you get stuck, see if @JeroenVinke is sufficiently healthy to help you. Otherwise, I will deal with this verification task upon my return.