Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
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
€29.99
Paperback
€36.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with Print?

Product feature icon Instant access to your digital eBook copy whilst your Print order is Shipped
Product feature icon Paperback book shipped to your preferred address
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
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
Estimated delivery fee Deliver to Bulgaria

Premium delivery 7 - 10 business days

€25.95
(Includes tracking information)

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 : 9781788839464
Vendor :
Microsoft
Languages :
Tools :

What do you get with Print?

Product feature icon Instant access to your digital eBook copy whilst your Print order is Shipped
Product feature icon Paperback book shipped to your preferred address
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
Estimated delivery fee Deliver to Bulgaria

Premium delivery 7 - 10 business days

€25.95
(Includes tracking information)

Product Details

Publication date : Jul 30, 2018
Length: 556 pages
Edition : 1st
Language : English
ISBN-13 : 9781788839464
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
ASP.NET Core 2 and Vue.js
€36.99
Full-Stack Web Development with Vue.js and Node
€36.99
Vue.js 2 Design Patterns and Best Practices
€36.99
Total 110.97 Stars icon

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

What is the delivery time and cost of print book? Chevron down icon Chevron up icon

Shipping Details

USA:

'

Economy: Delivery to most addresses in the US within 10-15 business days

Premium: Trackable Delivery to most addresses in the US within 3-8 business days

UK:

Economy: Delivery to most addresses in the U.K. within 7-9 business days.
Shipments are not trackable

Premium: Trackable delivery to most addresses in the U.K. within 3-4 business days!
Add one extra business day for deliveries to Northern Ireland and Scottish Highlands and islands

EU:

Premium: Trackable delivery to most EU destinations within 4-9 business days.

Australia:

Economy: Can deliver to P. O. Boxes and private residences.
Trackable service with delivery to addresses in Australia only.
Delivery time ranges from 7-9 business days for VIC and 8-10 business days for Interstate metro
Delivery time is up to 15 business days for remote areas of WA, NT & QLD.

Premium: Delivery to addresses in Australia only
Trackable delivery to most P. O. Boxes and private residences in Australia within 4-5 days based on the distance to a destination following dispatch.

India:

Premium: Delivery to most Indian addresses within 5-6 business days

Rest of the World:

Premium: Countries in the American continent: Trackable delivery to most countries within 4-7 business days

Asia:

Premium: Delivery to most Asian addresses within 5-9 business days

Disclaimer:
All orders received before 5 PM U.K time would start printing from the next business day. So the estimated delivery times start from the next day as well. Orders received after 5 PM U.K time (in our internal systems) on a business day or anytime on the weekend will begin printing the second to next business day. For example, an order placed at 11 AM today will begin printing tomorrow, whereas an order placed at 9 PM tonight will begin printing the day after tomorrow.


Unfortunately, due to several restrictions, we are unable to ship to the following countries:

  1. Afghanistan
  2. American Samoa
  3. Belarus
  4. Brunei Darussalam
  5. Central African Republic
  6. The Democratic Republic of Congo
  7. Eritrea
  8. Guinea-bissau
  9. Iran
  10. Lebanon
  11. Libiya Arab Jamahriya
  12. Somalia
  13. Sudan
  14. Russian Federation
  15. Syrian Arab Republic
  16. Ukraine
  17. Venezuela
What is custom duty/charge? Chevron down icon Chevron up icon

Customs duty are charges levied on goods when they cross international borders. It is a tax that is imposed on imported goods. These duties are charged by special authorities and bodies created by local governments and are meant to protect local industries, economies, and businesses.

Do I have to pay customs charges for the print book order? Chevron down icon Chevron up icon

The orders shipped to the countries that are listed under EU27 will not bear custom charges. They are paid by Packt as part of the order.

List of EU27 countries: www.gov.uk/eu-eea:

A custom duty or localized taxes may be applicable on the shipment and would be charged by the recipient country outside of the EU27 which should be paid by the customer and these duties are not included in the shipping charges been charged on the order.

How do I know my custom duty charges? Chevron down icon Chevron up icon

The amount of duty payable varies greatly depending on the imported goods, the country of origin and several other factors like the total invoice amount or dimensions like weight, and other such criteria applicable in your country.

For example:

  • If you live in Mexico, and the declared value of your ordered items is over $ 50, for you to receive a package, you will have to pay additional import tax of 19% which will be $ 9.50 to the courier service.
  • Whereas if you live in Turkey, and the declared value of your ordered items is over € 22, for you to receive a package, you will have to pay additional import tax of 18% which will be € 3.96 to the courier service.
How can I cancel my order? Chevron down icon Chevron up icon

Cancellation Policy for Published Printed Books:

You can cancel any order within 1 hour of placing the order. Simply contact customercare@packt.com with your order details or payment transaction id. If your order has already started the shipment process, we will do our best to stop it. However, if it is already on the way to you then when you receive it, you can contact us at customercare@packt.com using the returns and refund process.

Please understand that Packt Publishing cannot provide refunds or cancel any order except for the cases described in our Return Policy (i.e. Packt Publishing agrees to replace your printed book because it arrives damaged or material defect in book), Packt Publishing will not accept returns.

What is your returns and refunds policy? Chevron down icon Chevron up icon

Return Policy:

We want you to be happy with your purchase from Packtpub.com. We will not hassle you with returning print books to us. If the print book you receive from us is incorrect, damaged, doesn't work or is unacceptably late, please contact Customer Relations Team on customercare@packt.com with the order number and issue details as explained below:

  1. If you ordered (eBook, Video or Print Book) incorrectly or accidentally, please contact Customer Relations Team on customercare@packt.com within one hour of placing the order and we will replace/refund you the item cost.
  2. Sadly, if your eBook or Video file is faulty or a fault occurs during the eBook or Video being made available to you, i.e. during download then you should contact Customer Relations Team within 14 days of purchase on customercare@packt.com who will be able to resolve this issue for you.
  3. You will have a choice of replacement or refund of the problem items.(damaged, defective or incorrect)
  4. Once Customer Care Team confirms that you will be refunded, you should receive the refund within 10 to 12 working days.
  5. If you are only requesting a refund of one book from a multiple order, then we will refund you the appropriate single item.
  6. Where the items were shipped under a free shipping offer, there will be no shipping costs to refund.

On the off chance your printed book arrives damaged, with book material defect, contact our Customer Relation Team on customercare@packt.com within 14 days of receipt of the book with appropriate evidence of damage and we will work with you to secure a replacement copy, if necessary. Please note that each printed book you order from us is individually made by Packt's professional book-printing partner which is on a print-on-demand basis.

What tax is charged? Chevron down icon Chevron up icon

Currently, no tax is charged on the purchase of any print book (subject to change based on the laws and regulations). A localized VAT fee is charged only to our European and UK customers on eBooks, Video and subscriptions that they buy. GST is charged to Indian customers for eBooks and video purchases.

What payment methods can I use? Chevron down icon Chevron up icon

You can pay with the following card types:

  1. Visa Debit
  2. Visa Credit
  3. MasterCard
  4. PayPal
What is the delivery time and cost of print books? Chevron down icon Chevron up icon

Shipping Details

USA:

'

Economy: Delivery to most addresses in the US within 10-15 business days

Premium: Trackable Delivery to most addresses in the US within 3-8 business days

UK:

Economy: Delivery to most addresses in the U.K. within 7-9 business days.
Shipments are not trackable

Premium: Trackable delivery to most addresses in the U.K. within 3-4 business days!
Add one extra business day for deliveries to Northern Ireland and Scottish Highlands and islands

EU:

Premium: Trackable delivery to most EU destinations within 4-9 business days.

Australia:

Economy: Can deliver to P. O. Boxes and private residences.
Trackable service with delivery to addresses in Australia only.
Delivery time ranges from 7-9 business days for VIC and 8-10 business days for Interstate metro
Delivery time is up to 15 business days for remote areas of WA, NT & QLD.

Premium: Delivery to addresses in Australia only
Trackable delivery to most P. O. Boxes and private residences in Australia within 4-5 days based on the distance to a destination following dispatch.

India:

Premium: Delivery to most Indian addresses within 5-6 business days

Rest of the World:

Premium: Countries in the American continent: Trackable delivery to most countries within 4-7 business days

Asia:

Premium: Delivery to most Asian addresses within 5-9 business days

Disclaimer:
All orders received before 5 PM U.K time would start printing from the next business day. So the estimated delivery times start from the next day as well. Orders received after 5 PM U.K time (in our internal systems) on a business day or anytime on the weekend will begin printing the second to next business day. For example, an order placed at 11 AM today will begin printing tomorrow, whereas an order placed at 9 PM tonight will begin printing the day after tomorrow.


Unfortunately, due to several restrictions, we are unable to ship to the following countries:

  1. Afghanistan
  2. American Samoa
  3. Belarus
  4. Brunei Darussalam
  5. Central African Republic
  6. The Democratic Republic of Congo
  7. Eritrea
  8. Guinea-bissau
  9. Iran
  10. Lebanon
  11. Libiya Arab Jamahriya
  12. Somalia
  13. Sudan
  14. Russian Federation
  15. Syrian Arab Republic
  16. Ukraine
  17. Venezuela