Questions tagged [libman]

LibMan (Microsoft Library Manager) is another library manager (similar to NPM/Yarn) that allows users to install and consume 3rd-party client-side libraries with ease.

32 questions
0
votes
2 answers

Importing a vuejs component without npm install or webpack

I am trying to include this component in my project: https://www.npmjs.com/package/vuejs-auto-complete The problem is I am not allowed to use npm install. We are not using npm or webpack on the project (something about a small footprint and…
Shaggydog
  • 3,456
  • 7
  • 33
  • 50
0
votes
2 answers

Package for bootstrap 4 sass?

I used to deploy Bootstrap.SASS (bootstrap 4 with SASS),in my standard .net web forms app with Nuget package manager. If try that with a .net core web app in visual studio nothing gets added to the fie system or my project (nothing in content…
Jeremy
  • 44,950
  • 68
  • 206
  • 332
1 2
3