/ASP.NET-Core-2-and-Vue.js

ASP.NET Core 2 and Vue.js, published by Packt

Primary LanguageC#MIT LicenseMIT

ASP.NET Core 2 and Vue.js

This is the code repository for ASP.NET Core 2 and Vue.js, published by Packt.

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

What is this book about?

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.

This book covers the following exciting features:

  • Set up a modern development environment for building both client-side and server-side code
  • Use Vue CLI to scaffold frontend applications
  • Build and compose a set of Vue.js components
  • Set up and configure client-side routing to introduce multiple pages into a SPA
  • Integrate popular CSS frameworks with Vue.js to build a product catalog
  • 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

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

<template>
  <div class="product">
    {{ name }}
  </div>
</template>

Following is what you need for this book: 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. With the following software and hardware list you can run all code files present in the book (Chapter 1-15).

Software and Hardware List

Chapter Software required OS required
All Node.js 8.9.3 or above Windows, Mac OS X, and Linux (Any)
.NET Core SDK v2.1 or above Windows, Mac OS X, and Linux (Any)
Visual Studio Code v1.25.1 or above Windows, Mac OS X, and Linux (Any)
PostgreSQL v10.1.3 or above Windows, Mac OS X, and Linux (Any)
Google Chrome v67.X or above Windows, Mac OS X, and Linux (Any)

Related products

Get to Know the Author

Stuart Ratcliffe is a professional software developer who lives and works in the East Midlands, UK. He has held positions at some of the largest IT companies in the world, working on high-profile projects for the UK government. Currently, he has been working on track-and-trace systems for medical instruments that undergo sterilization. He holds a Tech Lead position on the digital side of a healthcare company, building both web and mobile applications to support the clinical side of the business. He is a full-stack .NET developer who loves to learn new technologies.

Suggestions and Feedback

Click here if you have any feedback or suggestions.