首页 > 解决方案 > How do you keep your deployed Tailwind code up to date when the Figma design files are always changing?

问题描述

The problem we're facing is that many of the deployed TailwindCSS components in our Nuxt.js web application continuously need updating because of numerous design changes in Figma. How do you manage this on an ongoing basis? We've looked into tools for Component Driven design such as Bit.dev (seems pricey for startups) and the Nuxt-Storybook plugin using Tailwind is failing within the docs itself (not the best sign). Would love to hear any suggestions!

标签: vue.jscomponentsnuxt.jstailwind-cssstorybook

解决方案


这不是技术问题,更多的是意见问题。

同时,您确实可以同时使用设计系统和故事书。这些工具非常有价值。如果您的设计进展太快,您只需要与您的产品团队进行更密切的沟通。

与他们讨论未来的变化,当要求太多时能够说“不”,在短时间内向他们展示在代码方面什么是可行的,也许不每两周更改一次设计可能是一些解决方法这个。

TLDR:不是技术问题,因此没有技术工具可以帮助您。人际交流足以克服它。


推荐阅读