2016-10-29 01:35:15 +08:00
|
|
|
---
|
2017-12-08 23:34:24 +08:00
|
|
|
title: Client-side development in ASP.NET Core
|
2016-10-29 01:35:15 +08:00
|
|
|
author: rick-anderson
|
2016-11-18 04:13:02 +08:00
|
|
|
description:
|
2017-12-08 23:34:24 +08:00
|
|
|
keywords: ASP.NET Core
|
2016-10-29 01:35:15 +08:00
|
|
|
ms.author: riande
|
|
|
|
manager: wpickett
|
|
|
|
ms.date: 10/14/2016
|
|
|
|
ms.topic: article
|
|
|
|
ms.assetid: a8fb7eb7-e0e5-4394-84f3-1f1dbe0ba2e4
|
2016-11-17 08:24:57 +08:00
|
|
|
ms.technology: aspnet
|
2017-03-03 08:50:36 +08:00
|
|
|
ms.prod: asp.net-core
|
2017-08-05 02:38:46 +08:00
|
|
|
uid: client-side/index
|
2016-10-29 01:35:15 +08:00
|
|
|
---
|
2017-12-08 23:34:24 +08:00
|
|
|
# Client-side development in ASP.NET Core
|
2016-10-29 01:35:15 +08:00
|
|
|
|
2017-12-14 03:06:32 +08:00
|
|
|
- [Using Gulp](xref:client-side/using-gulp)
|
|
|
|
- [Using Grunt](xref:client-side/using-grunt)
|
|
|
|
- [Manage client-side packages with Bower](xref:client-side/bower)
|
|
|
|
- [Building beautiful, responsive sites with Bootstrap](xref:client-side/bootstrap)
|
|
|
|
- [Styling applications with Less, Sass, and Font Awesome](xref:client-side/less-sass-fa)
|
|
|
|
- [Bundling and minification](xref:client-side/bundling-and-minification)
|
2016-10-29 01:35:15 +08:00
|
|
|
- [TypeScript](https://www.typescriptlang.org/docs/handbook/asp-net-core.html)
|
2017-12-14 03:06:32 +08:00
|
|
|
- [Using Browser Link](xref:client-side/using-browserlink)
|
|
|
|
- [Using JavaScriptServices for SPAs](xref:client-side/spa-services)
|
2018-01-05 03:08:57 +08:00
|
|
|
- [Using the SPA project templates (RC)](xref:spa/index)
|
2017-12-14 03:06:32 +08:00
|
|
|
- [Angular project template](xref:spa/angular)
|
|
|
|
- [React project template](xref:spa/react)
|
|
|
|
- [React with Redux project template](xref:spa/react-with-redux)
|