Skip to Main Content
ASP.NET Core MVC 2.0 Cookbook
book

ASP.NET Core MVC 2.0 Cookbook

by Jason De Oliveira, Engin Polat, Stephane Belkheraz
February 2018
Intermediate to advanced content levelIntermediate to advanced
668 pages
15h 18m
English
Packt Publishing
Content preview from ASP.NET Core MVC 2.0 Cookbook

How to do it...

  1. Let's install Git from https://git-scm.com/.
  2. Choose Use Git from the Windows Command Prompt.
  3. Let's create an ASP.NET empty application:
  4. We install JSPM through the console/Command Prompt by typing the following:
npm install jspm -g
-g allows us install this module globally, which means we can open a Command Prompt from anywhere and typing jspm will be recognized and usable.
  1. To configure JSPM, let's open a Command Prompt window, and place ourselves in the project directory using the cd command.
  2. Now let's type the following:
jspm init
  1. Now we have to answer a set of questions.

The following question will be asked only if package.json doesn't exist:

Package.json file does not exist, create it? [yes]

The JSPM configuration ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

ASP.NET Core and Vue.js

ASP.NET Core and Vue.js

Devlin Basilan Duldulao
Mastering ASP.NET Web API

Mastering ASP.NET Web API

Mithun Pattankar, Malendra Hurbuns

Publisher Resources

ISBN: 9781785886751Other