如何在 Maven 中设置 swc 主题?
我无法像在 Eclipse 中那样通过更改项目属性中的主题来在 Maven 中设置自定义主题。
我注意到依赖项中的主题 swc ,编译器找到了它,但主题没有改变。
谁知道如何在 Maven 中设置自定义主题?
I can't set my custom theme in Maven like I do it in Eclipse by changing theme in project properties.
I note the theme swc in dependencies, the compiler founds it but the theme doesn't change.
Who knows how can I set a custom theme in Maven?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用范围“主题”作为主题 SWC 的依赖项。例如,要使用 Spark 主题,请指定此依赖项:
然后您将在输出中看到此编译器选项:
Use the scope 'theme' for the dependency of the theme swc. E.g. to use the Spark theme specify this dependency:
Then you'll see this compiler option in the output: