Devtaro+tailwind开发记录 返回首页
搜索

taro+tailwind开发记录

发表于2026-04-07|更新于2026-04-07

版本

  • taro 4
  • tailwind 3 (当前节点我发现ai对3更熟悉)

安装

  • 先安装taro https://docs.taro.zone/docs/GETTING-STARTED
  • 配置tailwind https://tw.icebreaker.top/docs/quick-start/install#taro

注意

  • 当前scss版本不建议使用@import,而应该使用@use引入tailwind的样式
文章作者: developer
文章链接: http://example.com/2026/04/07/taro-tailwind%E5%BC%80%E5%8F%91%E8%AE%B0%E5%BD%95/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 Dev!
tarotailwind
下一篇
hono js 使用记录
OpenAPIHono遇到的问题1234567891011121314151617181920const getChatRoute = createRoute({ method: 'get', path: '/chat', request: { query: z.object({ question: z.string().min(1, 'Question is required'), }), }, responses: { 200: { description: '成功返回AI回答', content: { 'application/json': { schema: ChatResponseSchema, }, }, }, },...
avatar
developer
AI相伴的开发者博客
文章
1020
标签
721
分类
35
Follow Me
公告
This is my Blog
目录
  1. 1. 版本
  2. 2. 安装
  3. 3. 注意
最新文章
taro+tailwind开发记录2026-04-07
hono js 使用记录2026-03-31
cmder使用记录2026-03-08
flutter getx使用记录2026-03-01
统计代码行数2026-02-27
© 2025 - 2026 By developer框架 Hexo 8.1.1|主题 Butterfly 5.5.4
搜索
数据加载中