gpt4 book ai didi

laravel - 如何开始使用语义 UI

转载 作者:行者123 更新时间:2023-12-04 10:50:02 25 4
gpt4 key购买 nike

我正在尝试让语义 UI 与 Laravel 一起使用。我下载了我需要的所有文件,并将它放在这里:resources/semantic-ui/

然后我像这样在我的 View 中调用文件:

<link rel="stylesheet" type="text/css" href="semantic-ui/dist/semantic.min.css">
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="semantic-ui/dist/semantic.min.js"></script>


但它似乎不起作用:一切都显示为我根本没有放置任何 CSS。我搜索了解决方案,但找不到。我不明白出了什么问题。你能帮我吗 ?

谢谢

最佳答案

试试这个

<head>
<script src="https://code.jquery.com/jquery-3.1.1.min.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/semantic-ui@2.4.2/dist/semantic.min.css">
<script src="https://cdn.jsdelivr.net/npm/semantic-ui@2.4.2/dist/semantic.min.js"></script>
</head>

关于laravel - 如何开始使用语义 UI,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59529184/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com