Does anyone know a simple way to download knockout.js on visual studio? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Does anyone know a simple way to download knockout.js on visual studio?

I've been trying to find a shorter way to install knockout on to my computer without having to pull it on every file I want to use it on.

5th Mar 2017, 2:00 AM
thyra howard
thyra howard - avatar
2 Answers
0
have you ever tried with nuget package console? just go with command of "Install-Package knockoutjs"
9th Mar 2017, 2:37 PM
gjh4cker
gjh4cker - avatar
0
yeah but it doesn't work without the whole Bower thing set and the pulling it in pkm in visual studio
9th Mar 2017, 3:13 PM
thyra howard
thyra howard - avatar