AspNetCore.Docs/aspnetcore/client-side/index.md

28 lines
1015 B
Markdown
Raw Normal View History

2016-10-29 01:35:15 +08:00
---
2017-07-01 07:47:15 +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:
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
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
---
# Client-Side development in ASP.NET Core
2016-10-29 01:35:15 +08:00
- [Using Gulp](using-gulp.md)
- [Using Grunt](using-grunt.md)
- [Manage client-side packages with Bower](bower.md)
- [Building beautiful, responsive sites with Bootstrap](bootstrap.md)
2016-10-29 01:35:15 +08:00
- [Knockout.js MVVM Framework](knockout.md)
- [Using AngularJS for Single Page Apps (SPAs)](angular.md)
- [Using JavaScriptServices for Single Page Apps (SPAs)](spa-services.md)
- [Styling applications with Less, Sass, and Font Awesome](less-sass-fa.md)
- [Bundling and minification](bundling-and-minification.md)
2016-10-29 01:35:15 +08:00
- [TypeScript](https://www.typescriptlang.org/docs/handbook/asp-net-core.html)
- [Building Projects with Yeoman](yeoman.md)
2017-05-11 04:19:04 +08:00
- [Using Browser Link](using-browserlink.md)