managing packages with bower and nuget in asp.net core

Post on 14-Feb-2017

43 Views

Category:

Software

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Managing packages with Bower and NuGet in ASP.NET Core

Philip Domingo

WE’LL TALK ABOUT THE

WHAT, WHY & HOW

OFBOWER

What do we do with NuGet

now?

WE’LL TALK ABOUT THE

WHAT, WHY & HOW

OFBOWER

Package Manager for the Web

SO WHAT?

WE’LL TALK ABOUT THE

WHAT, WHY & HOW

OFBOWER

Bower has a rich ecosystem for client-side packages

Bower uses Semantic Versioning

What if I still want to use NuGet?

(╯°□°)╯︵

Bower

WE’LL TALK ABOUT THE

WHAT, WHY & HOW

OFBOWER

3THINGS YOU NEED TO USE BOWER

1. Install Node.js, npm

2. Install Git

https://github.com/bower/bower

3. Install Bower via Command-Line (CLI) using npm

> npm install bower –g (-g IS important)

DEMO

What do we do with NuGet

now?

NuGet for .NET libraries

packages.config

packages.configX

project.json

Questions?

thanks!

@prtdomingo

top related