1

Im using this admin panel template and there are some node_modules scripts and files like :

<link rel="stylesheet" href="node_modules/mdi/css/materialdesignicons.min.css">
<link rel="stylesheet" href="node_modules/simple-line-icons/css/simple-line-icons.css">

And there is no node_modules folder of course. Im new at .net mvc, before I was using scripting langulage like PHP and I was using npm. How to deal with this in .net as compiled language (c#) ?

owel
  • 23
  • 7
  • Possible duplicate of [How to use npm with ASP.NET Core](https://stackoverflow.com/questions/37935524/how-to-use-npm-with-asp-net-core) – EdSF Jan 23 '19 at 22:51
  • While the link is for Core, the concepts remain. If you get stuck, you linked to a product, with their own support. – EdSF Jan 23 '19 at 22:53
  • ASP.NET Core has different files than MVC. For example MVC don't have wwwroot so I think is not the same question. Thanks for your time – owel Jan 24 '19 at 07:50
  • In the end its configuration of your task runner/s (compile, etc.) if you're going that route. Client files (css, js) are just that, client files, nothing special. The link you provided is if you're deving/contributor. If you're just going to _use_ their theme/framework, then in the end it's vanilla `js` and `css` - no difference in _any_ platform. – EdSF Jan 24 '19 at 18:32

0 Answers0