标签:int com pre 高明 效率 plugin modules 设置 pac
在 ReactJS 较为初级的使用 antd-mobile 使用时候直接加载 node_modules 文件中的相关 CSS,这个使用方法效率低;更高明的方法则按需加载,需要设置如下:
[
"import",
{
"libraryName": "antd-mobile",
"style": "css"
}
]
参考:
ReactJS 结合 antd-mobile 开发 h5 应用基本配置
标签:int com pre 高明 效率 plugin modules 设置 pac
原文地址:https://www.cnblogs.com/zhourongcode/p/10568964.html