在 asp.net core mvc 上安装 tailwind css

Posted

技术标签:

【中文标题】在 asp.net core mvc 上安装 tailwind css【英文标题】:Install tailwind css on asp.net core mvc 【发布时间】:2022-01-19 16:46:53 【问题描述】:

我有一个 asp.net core mvc 项目,我想在我的 asp.net core mvc 项目上安装 tailwind css? 我想学习如何在 asp.net core mvc 上安装 tailwinf ? 请帮帮我。

【问题讨论】:

这能回答你的问题吗? Tailwind CSS for ASP.NET Core MVC 【参考方案1】:

您可以通过 3 种方式将 tailwind 添加到您的 asp.net 项目中。

    使用BamButz.MSBuild.TailwindCSS nuget包安装它。 将 CDN 链接添加到您的主文件中。你可以从https://tailwindcss.com/docs/installation/play-cdn获取最新的顺风CDN 本文提供了一个解决方案。我没试过。但它看起来很有希望。你可以看看here

【讨论】:

以上是关于在 asp.net core mvc 上安装 tailwind css的主要内容,如果未能解决你的问题,请参考以下文章

在 IIS 上使用 .NET Core 运行 ASP.NET 5 (MVC 6)

ASP.NET Core MVC 2.x 全面教程_ASP.NET Core MVC 17. 基于Claim和Policy的授权 上

在 Visual Studio 2015 for ASP.NET Core MVC 中查看脚手架失败

从零开始实现ASP.NET Core MVC的插件式开发 - 插件安装

asp.net core 系列 5 MVC框架路由(上)

在 ASP.NET Core MVC API 控制器上对 AuthorizeAttribute 进行单元测试