07. How to install
JSPM:
Aurelia-CLI (not asp.core)
{ "name": "aurelia-v-grid", "path": "../node_modules/aurelia-v-grid/dist/amd", "main": "index" }"loader": { "type": "require", "configTarget": "vendor-bundle.js", "includeBundleMetadataInConfig": "auto", "plugins": [ { "name": "text", "extensions": [ ".html", ".css" ], "stub": false <---------------------THIS ONE!!!! } ] },
Aurelia-CLI (asp-core)
Webpack
Without installing
Last updated