文章目录
# NodeJS: React中使用Semantic UI
实际上安装两个库就可以用了
- semantic-ui-react
- semantic-ui-css
1 | import { Button } from 'semantic-ui-react' |