parent
b32f3ccb39
commit
f3a6567eb4
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Styling applications with Less, Sass, and Font Awesome | Microsoft Docs
|
title: Less, Sass, and Font Awesome in ASP.NET Core | Microsoft Docs
|
||||||
author: ardalis
|
author: ardalis
|
||||||
description: Learn how to use Less, Sass, and Font Awesome in ASP.NET Core applications.
|
description: Learn how to use Less, Sass, and Font Awesome in ASP.NET Core applications.
|
||||||
keywords: ASP.NET Core, Less, Sass, Font Awesome, preprocessors
|
keywords: ASP.NET Core, Less, Sass, Font Awesome, preprocessors
|
||||||
|
@ -12,7 +12,7 @@ ms.technology: aspnet
|
||||||
ms.prod: asp.net-core
|
ms.prod: asp.net-core
|
||||||
uid: client-side/less-sass-fa
|
uid: client-side/less-sass-fa
|
||||||
---
|
---
|
||||||
# Styling applications with Less, Sass, and Font Awesome
|
# Introduction to styling applications with Less, Sass, and Font Awesome in ASP.NET Core
|
||||||
|
|
||||||
By [Steve Smith](http://ardalis.com)
|
By [Steve Smith](http://ardalis.com)
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Building projects with Yeoman | Microsoft Docs
|
title: Building projects with Yeoman in ASP.NET Core | Microsoft Docs
|
||||||
author: spboyer
|
author: spboyer
|
||||||
description: This article walks through building an ASP.NET Core web application using the Yeoman generator on macOS.
|
description: This article walks through building an ASP.NET Core web application using the Yeoman generator on macOS.
|
||||||
keywords: ASP.NET Core, Yeoman, Cross Platform, yo aspnet
|
keywords: ASP.NET Core, Yeoman, Cross Platform, yo aspnet
|
||||||
|
@ -12,7 +12,7 @@ ms.technology: aspnet
|
||||||
ms.prod: asp.net-core
|
ms.prod: asp.net-core
|
||||||
uid: client-side/yeoman
|
uid: client-side/yeoman
|
||||||
---
|
---
|
||||||
# Building projects with Yeoman
|
# Introduction to building projects with Yeoman in ASP.NET Core
|
||||||
|
|
||||||
[Yeoman](http://yeoman.io/) is a project scaffolding system for creating many kinds of applications. The Yeoman generator for ASP.NET Core contains a variety of project templates for starting a new web, MVC, or console application.
|
[Yeoman](http://yeoman.io/) is a project scaffolding system for creating many kinds of applications. The Yeoman generator for ASP.NET Core contains a variety of project templates for starting a new web, MVC, or console application.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue