Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
ASP.NET Core 2 and Vue.js
ASP.NET Core 2 and Vue.js

ASP.NET Core 2 and Vue.js: Full Stack Web Development with Vue, Vuex, and ASP.NET Core 2.0

eBook
€8.99 €29.99
Paperback
€36.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Table of content icon View table of contents Preview book icon Preview Book

ASP.NET Core 2 and Vue.js

Setting Up the Development Environment

By this point, you should already be comfortable with the basics of Vue.js and ASP.NET Core, or have read the previous chapter. Either way, we're not going to waste any more time on theory! In my eyes, the best way to learn about a new programming language or a framework is to get stuck in and build something.

Before we can do anything else, we need to install a few things that we'll need to build and run the application, and also a few tools to make our lives easier. In summary, in this chapter, we're going to cover the following:

  • Choosing and installing a browser
  • Installing frontend tools and dependencies, such as Node and npm
  • Evaluating and choosing a frontend package manager
  • Installing backend tools and dependencies, such as ASP.NET Core and PostgreSQL
  • Choosing an IDE
  • Installing productivity tools to make our lives easier...

Choosing a web browser

When building any web application, it is important to ensure that it is fully tested in all browsers that you need to support. At the very least, this is usually the latest version of all modern browsers. However, during the development phase, you'll most likely use a single browser, so it is important to choose the best one for our needs.

Google Chrome has been my choice of browser for many years now, but, more recently, it has been truly cemented as the best tool for the job (in my opinion) due to a number of extensions that we can install to help us while building the frontend of our application. There will be more on this later!

To install Google Chrome, navigate to the following URL and follow the instructions provided: https://www.google.co.uk/intl/en/chrome/.

As I'll only be using Chrome for the purposes of this book, it is the only browser...

Installing frontend tools and dependencies

For any kind of modern frontend development, we're going to need Node and Node Package Manager (npm) installed. Node itself is a runtime built on top of Chrome's V8 engine, enabling us to run JavaScript on the server side of our applications. So, why do we need it if we're using ASP.NET Core?

Node and npm are both requirements of the tooling used to build and run medium-large scale Vue applications. We'll also be using npm to install a lot of client-side packages that we'll use within the application itself.

Installing Node and npm

Head on over to the following URL and download the Node.js installer (https://nodejs.org/en/). The website should be smart enough...

Installing backend tools and dependencies

Getting things ready for the backend of our application is very simple. There are only two things that we need to install: ASP.NET Core and PostgreSQL.

Installing ASP.NET Core

To install ASP.NET Core, head over to the following URL, select your OS on the left-hand side and follow the instructions: https://www.microsoft.com/net/learn/get-started.

The preceding link will default to the Windows OS when you navigate to it. Make sure you select your own OS before following the download links and instructions.

As with everything else we've installed so far, a CLI tool is included, and as such, we can verify that everything is installed correctly by running the following command in our...

Productivity tools

VS Code already provides a number of built-in functions for navigating our code and performing basic refactoring. However, the one thing it can't do out of the box, which we'll need, is understand Vue's single-file components. These are files with a .vue extension, and as we've already seen, it contains HTML, JavaScript, and CSS all in a single file. This makes it difficult for text editors to know what type of file to treat them as, so we'll install a VS Code extension to help out.

Installing VS Code extensions

There are a number of VS Code extensions that we could choose, but Vetur is by far the most advanced. It provides some very useful features for building Vue applications...

Summary

We now have a development environment set up that includes everything we'll need to build and run both a frontend Vue.js application and a backend ASP.NET Core web API. We made the decision to use VS Code for building the application due to its versatility, speed, and the excellent Vue tooling available. Windows users have had the choice to stick with the standard Windows Command Prompt/PowerShell, or install the ConEmu Terminal Emulator.

Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • Create fast, rich and reactive client side applications with Vue.js and ASP.NET Core.
  • Leverage Vue components efficiently to build state of the art user interfaces.
  • Work with Vuex and Nuxt.js to build ASP.NET Core based applications that are powerful, consistent, and maintainable

Description

This book will walk you through the process of developing an e-commerce application from start to finish, utilizing an ASP.NET Core web API and Vue.js Single-Page Application (SPA) frontend. We will build the application using a featureslice approach, whereby in each chapter we will add the required frontend and backend changes to complete an entire feature. In the early chapters, we’ll keep things fairly simple to get you started, but by the end of the book, you’ll be utilizing some advanced concepts, such as server-side rendering and continuous integration and deployment. You will learn how to set up and configure a modern development environment for building ASP.NET Core web APIs and Vue.js SPA frontends.You will also learn about how ASP.NET Core differs from its predecessors, and how we can utilize those changes to our benefit. Finally, you will learn the fundamentals of building modern frontend applications using Vue.js, as well as some of the more advanced concepts, which can help make you more productive in your own applications in the future.

Who is this book for?

This book is aimed at ASP.NET developers who are looking for an entry point in learning how to build a modern client-side SPA with Vue.js, or those with a basic understanding of Vue.js who are looking to build on their knowledge and apply it to a real-world application. Knowledge of JavaScript is not necessary, but would be an advantage.

What you will learn

  • Setup a modern development environment for building both client-side and server-side code
  • Use Vue CLI to scaffold front-end applications
  • Build and compose a set of Vue.js components
  • Setup and configure client-side routing to introduce multiple pages into a SPA
  • Integrate popular CSS frameworks with Vue.js to build a product catalogue
  • Build a functioning shopping cart that persists its contents across browser sessions
  • Build client-side forms with immediate validation feedback using an open-source library dedicated to Vue.js form validation
  • Refactor backend application to use the OpenIddict library

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Jul 30, 2018
Length: 556 pages
Edition : 1st
Language : English
ISBN-13 : 9781788834414
Vendor :
Microsoft
Languages :
Tools :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Jul 30, 2018
Length: 556 pages
Edition : 1st
Language : English
ISBN-13 : 9781788834414
Vendor :
Microsoft
Languages :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
€18.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
€189.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts
€264.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total 110.97
Vue.js 2 Design Patterns and Best Practices
€36.99
Full-Stack Web Development with Vue.js and Node
€36.99
ASP.NET Core 2 and Vue.js
€36.99
Total 110.97 Stars icon
Banner background image

Table of Contents

14 Chapters
Understanding the Fundamentals Chevron down icon Chevron up icon
Setting Up the Development Environment Chevron down icon Chevron up icon
Getting Started with the Project Chevron down icon Chevron up icon
Building Our First Vue.js Components Chevron down icon Chevron up icon
Building a Product Catalog Chevron down icon Chevron up icon
Building a Shopping Cart Chevron down icon Chevron up icon
User Registration and Authentication Chevron down icon Chevron up icon
Processing Payments Chevron down icon Chevron up icon
Building an Admin Panel Chevron down icon Chevron up icon
Deployment Chevron down icon Chevron up icon
Authentication and Refresh Token Flow Chevron down icon Chevron up icon
Server-Side Rendering Chevron down icon Chevron up icon
Continuous Integration and Continuous Deployment Chevron down icon Chevron up icon
Other Books You May Enjoy Chevron down icon Chevron up icon

Customer reviews

Top Reviews
Rating distribution
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
(8 Ratings)
5 star 50%
4 star 12.5%
3 star 25%
2 star 12.5%
1 star 0%
Filter icon Filter
Top Reviews

Filter reviews by




street Feb 21, 2019
Full star icon Full star icon Full star icon Full star icon Full star icon 5
The author takes a learn as you build approach by walking through the development of a simple shopping cart application, but still manages to include enough how and why explanations so that you will actually learn what is going on. Well written and fairly comprehensive for a book covering two big frameworks. You will need to know c# and js and probably want some background with .net core and some introductory understanding of vue.I was able to follow along and build the entire application from scratch with no problems other than those I introduced myself through typos. I appreciated the use of Visual Studio Code and Postgres so the book is usable regardless of platform .net core supports.
Amazon Verified review Amazon
Kindle Customer Jan 09, 2019
Full star icon Full star icon Full star icon Full star icon Full star icon 5
As a developer familiar with ASP.NET Core, I bought this book to learn Vue.js with an ASP.NET Core slant and I am glad I did. Stuart walks you through the process of setting up a secure e-commerce site with Vue.js front-end and ASP.NET Core back-end/API. The completed project is maintained on github and contrary to some comments, it runs perfectly for me. The app front-end and back-end is a good reference architecture for medium size projects and the book walks you through each stage of the construction in a measured and informative style. Stuart goes into detail on most aspects of the build and I took a lot from his software architecting skills. I have read a few technical books recently which has been riddled with errors but this is not one of them. The writing quality is excellent and the review process has obviously been thorough.If you are a complete novice at front-end and back-end software development this is perhaps not the perfect book to read first but if you have the basic skills in web development already then this book will set you on an excellent path.In addition, Stuart has been very helpful in assistance with questions relating to subjects beyond the book.I would recommend this book highly.
Amazon Verified review Amazon
James Irvine Aug 06, 2018
Full star icon Full star icon Full star icon Full star icon Full star icon 5
One of the best programming books I have ever read; Provides excellent introduction and guidance into creating a Vue SPA with .NET Core backend. I picked up multiple tips to assist with the application I am currently writing.It contains a lot of code for the sample web shop application but manages not to get bogged down in repetitively describing thsi code and how it works. The sample application (a phone webshop) gets built from scratch to a fully functional application with user authorisation, credit card handling and basic admin pages. Also includes processes such as setting up the development enviroment and continuous deployments to azure. Since it is so current (as at Aug 2018) the screen shots and guidance match current enviroment well.
Amazon Verified review Amazon
G Nov 25, 2018
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This book is Linux friendly. So far, I finished five chapters and I was able to run all the samples under Linux environment.Building a PhoneShop application from scratch is a good approach for learning ASP.Net and Vue.js.
Amazon Verified review Amazon
Mark R. Dalsaso May 20, 2019
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
Following along with the PhoneShop shopping cart application is a good way to learn these technologies. I'm wrapping up chapter 5 now and I feel like it's going to to take a month (at least ) to get through this Odyssey! I'm not sure including all of the refactorings, (as exercises) is a good approach. However, there are a great many things to glean from this book, it is comprehensive, to say the least.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.