【发布时间】:2020-07-29 05:31:02
【问题描述】:
我最近下载了 CoreUI 引导免费模板。我尝试启动 index.html ,但 UI 太糟糕了。
CSS 链接到 css/style.css ,但没有 css 文件夹,只有 scss 可用。我尝试更新href以指向ot style.scss,仍然没有用。
任何人都可以指出正确的来源吗? CoreUi 的支持只针对授权版本,所以不能直接与 CoreUI 大佬核实。
下面是下载后的文件夹结构:
CSS href(仅在 index.html 中可用的 CSS 引用):
<link href="css/style.css" rel="stylesheet">
<link href="node_modules/@coreui/chartjs/dist/css/coreui-chartjs.css" rel="stylesheet">
【问题讨论】:
标签: core-ui