vuepress要怎么像vue一样,使用rem #332
-
在使用vuepress做静态化站点的时候,希望用到rem,但是没找到相关的配置方案 |
Beta Was this translation helpful? Give feedback.
Answered by
Mister-Hope
Aug 2, 2021
Replies: 1 comment 1 reply
-
VuePress 没阻止你调用插件..... 你可以自行修改 bundlerConfig 去实现你想要的功能。你可以在 issue 和 dicussion 找到使用其他CSS插件的相关内容,可做参考。 总之我的意见是 VuePress 没有限制你这么做,怎么配置就要你自己去学了..... |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Mister-Hope
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
VuePress 没阻止你调用插件.....
你可以自行修改 bundlerConfig 去实现你想要的功能。你可以在 issue 和 dicussion 找到使用其他CSS插件的相关内容,可做参考。
总之我的意见是 VuePress 没有限制你这么做,怎么配置就要你自己去学了.....