aurelia-grid
aurelia-grid copied to clipboard
Does this work with webpack?
I installed it using npm
npm install aurelia-gri
and added it to my project using
.plugin('aurelia-grid')
also tried
.plugin('corneliutusnea/aurelia-grid')
but I'm getting a System not defined error. I believe it is erroring out on index.js. I have manually bootstrapped aurelia.
I am having the same issue. I am no expert, but I think this project only works with system di container.