配合nginx,在内网部署 server { listen 8004; server_name localhost; location / { root E:/doc-site/tailwindcss.com/out; index index.html index.htm; try_files $uri $uri/ /index.html; } }
2025-11-03 10:31:24 332.22MB
1
来自https://cdn.jsdelivr.net/npm/tailwindcss@2.2/dist/tailwind.min.css 也可以从npmjs里面下载,https://www.npmjs.com/package/tailwindcss/v/2.2.0?activeTab=code
2025-10-16 14:31:51 2.8MB tailwindcss
1
这是一个精心仿制 Apifox 界面的纯前端项目,使用 Next + Antd + TypeScript + TailwindCSS 开发,源码融入了很多好的编码实践,能让你学习到如何组织和建设一个复杂的 React 项目,非常适合 React 新手学习! 在日常工作中,我经常会使用 Antd 来构建页面,但大多数页面的结构和交互都是比较简单的。为了精进对 Next + Antd 的使用技巧,我选择了 Apifox 这个相对复杂的界面进行模仿,希望在实践中能够掌握使用 Antd 打造出高级的页面效果。 可能有很多小伙伴也抱有类似的学习动机,所以我将代码开源出来,希望能帮助各位。 本地启动 pnpm i # 安装项目依赖 pnpm dev # 启动本地服务
2025-09-03 19:25:53 198KB typescript typescript
1
tailwindui组件,开箱即用。
2022-12-28 06:28:24 50.92MB 前端 tailwindcss tailwind
1
使用Vue3 + Vite + tailwindcss API来源:文化部开放资料平台 演示网址: :
2022-09-28 19:00:32 45KB Vue
1
tailwind-sketch-colors:Tailwind CSS和Tailwind UI的素描样式库
2022-04-06 20:48:13 739KB sketch tailwind tailwindcss tailwindcss-ui
1
tailwindui完整源文件tailwindcss官方UI组件库
2021-11-23 09:07:06 82KB css tailwindui tailwindcss
1
blog-web 基于vue3.x的博客项目,router已配置路由表自动生成(可通过混入选项更改个别的路由配置) css 框架使用 tailwindcss(下一代css框架), 请求使用axios的方式(完善了aes+rsa接口加密功能) blog-web 基于vue3.x的博客项目(elementPlus+tailwindcss) · · 目录 打包构建 文件目录说明 使用到的框架 版本控制 作者 鸣谢 上手指南 获取本项目 clone 本项目 或 直接下载main包 git clone https://github.com/viarotel/blog-web.git 运行本项目 安装依赖 运行项目 npm install //or yarn npm run serve //or yarn serve 打包构建 使用命令打
2021-10-19 17:04:36 6.96MB blog tailwindcss vue3 JavaScript
1
此示例显示了如何将 (v2)与一起使用,以便为您的网站和应用程序实现非常动态的主题解决方案。 我正在为TailwindCSS使用新的引擎,尽管这不是 。 这是为了获得视频中显示的结果而涉及的文件列表: root ├── components/ │ └── ThemeSwitcher.js ├── hooks/ │ └── useTheme.js ├── pages/ │ ├── _app.js │ └── index.js ├── styles/ │ └── globals.css └── tailwind.config.js 谢谢收看
2021-10-12 15:13:32 45KB react theme tailwindcss JavaScript
1
创建 Tailwind CSS 样板 一个简单的 Tailwind CSS 样板。 它创建了一个简单的 HTML + CSS 模板,支持 ,由提供服务,并在生产版本中使用 。 入门 要求 建议使用,但不是必需的。 如果没有找到 Yarn,该项目将使用进行设置。 创建样板 $ yarn create tailwindcss-boilerplate # or $ npx create-tailwindcss-boilerplate 按照提示中的说明创建项目: ? Name your project root directory my-project :check_mark: Create directory structure :check_mark: Create project files :check_mark: Create templates :check_mark: Set up dependencies 运行服务器 $ yarn dev 打
2021-07-24 20:07:21 50KB boilerplate yarn postcss parcel
1