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:
|
2018-01-29 23:21:31 +08:00
|
|
|
ms.author: riande
|
2018-08-31 03:20:06 +08:00
|
|
|
ms.date: 08/27/2018
|
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
|
|
|
|
2018-08-31 03:20:06 +08:00
|
|
|
* [Use Gulp](xref:client-side/using-gulp)
|
|
|
|
* [Use Grunt](xref:client-side/using-grunt)
|
|
|
|
* [Use LibMan](xref:client-side/libman/index)
|
|
|
|
* [LibMan CLI](xref:client-side/libman/libman-cli)
|
|
|
|
* [LibMan in Visual Studio](xref:client-side/libman/libman-vs)
|
|
|
|
* [Manage client-side packages with Bower](xref:client-side/bower)
|
|
|
|
* [Style apps with LESS, Sass, and Font Awesome](xref:client-side/less-sass-fa)
|
|
|
|
* [Bundle and minify](xref:client-side/bundling-and-minification)
|
|
|
|
* [TypeScript](https://www.typescriptlang.org/docs/handbook/asp-net-core.html)
|
|
|
|
* [Use Browser Link](xref:client-side/using-browserlink)
|
|
|
|
* [Use JavaScriptServices for SPAs](xref:client-side/spa-services)
|
|
|
|
* [Use the SPA project templates](xref:spa/index)
|
|
|
|
* [Angular project template](xref:spa/angular)
|
|
|
|
* [React project template](xref:spa/react)
|
|
|
|
* [React with Redux project template](xref:spa/react-with-redux)
|