story.js on Nuget Gallery
story.js on Nuget Gallery
Today I decided to create a Nuget package for story.js. I was planning to do that earlier in the development process but since I‘m so occupied with work lately I forgot to (my bad). If you are not familiar with the Nuget Package Manager, I urge you to read the following post I wrote.
In order to install story.js package in Nuget, all you have to do is one of the following:
- In Visual Studio, in the Nuget Package Manager Console, write:
PM> Install-Package story.js
Like in the following figure
and press Enter.
- In Visual Studio, right click on your web project and choose Manage NuGet Packages menu item. Choose the Online tab, write story.js in the search box and press the Install button to install story.js package.

The package includes story.js, story.query.js and their minified versions. The files will be installed into your Scripts directory since it is a convention that most developers use these days.
Enjoy!