tochoromero / aurelia-table

Simple functional data table for Aurelia
https://tochoromero.github.com/aurelia-table
MIT License
67 stars 25 forks source link

Issues with Usage over webpack skeleton #20

Closed joshua1 closed 7 years ago

joshua1 commented 7 years ago

I get the error Cannot find module './aurelia-table'. using this with webpack skeleton. i think the aurelia-table being reffered here has to do with the resources config , as there isnt any aurelia-table in the source. please help me take a look. the docs only have instructions for the cli and JSPM

tochoromero commented 7 years ago

I will update the documentation today with Webpack instructions. I personally don't use webpack but I'm sure I can figure out how to set it up

tochoromero commented 7 years ago

I have tweaked the package.json to accommodate Webpack, and I also added instructions for Webpack installation