The DevExtreme article is very excellent. I applied it without any problems. Thank you for that.
But Reporting ...
OK. here are my questions:
- To which project should I install 'DevExpress.AspNetCore.Reporting'? ***. Domain or ***. Web or ***.Application.Contracts ?
- package.json in **. Web, okay no problem.
- How can I define the following code in abp.resourcemapping.js?
......
{
"outputFileName": "wwwroot / css / thirdparty.bundle.css",
"inputFiles": [
"node_modules / jquery-ui-dist / jquery-ui.min.css",
"node_modules / bootstrap / dist / css / bootstrap.min.css",
"node_modules / devextreme / dist / css / dx.common.css",
"node_modules / devextreme / dist / css / dx.light.css"
],
"minify": {
"enabled": false,
"adjustRelativePaths": false
}
}
.......
- and then gulp etc. OK. no problem.
- I have no idea how to use libman.json in abp. What should I do for libman.json?