MERN 样板中的 Ant 设计
Ant design in MERN boilerplate
想使用 ant design in a project together with the MERN boilerplate 但集成有问题。
我已经安装了 antd 和 babel-plugin-import 并将其添加到我的 .babelrc
"import",
{
"libraryName": "antd",
"style": "css"
}
因为我使用的是webpack,所以我需要改变那里的东西吗?
当我启动服务器时,我得到:无法解析'antd/lib/sider/style/css'
我查看了许多样板文件并尝试将其集成到我的项目中,但无法使其正常工作。
这是我的github repo
想使用 ant design in a project together with the MERN boilerplate 但集成有问题。
我已经安装了 antd 和 babel-plugin-import 并将其添加到我的 .babelrc
"import",
{
"libraryName": "antd",
"style": "css"
}
因为我使用的是webpack,所以我需要改变那里的东西吗?
当我启动服务器时,我得到:无法解析'antd/lib/sider/style/css'
我查看了许多样板文件并尝试将其集成到我的项目中,但无法使其正常工作。
这是我的github repo