【发布时间】:2018-12-03 08:46:21
【问题描述】:
我正在使用 laravel 5.6 并使用 npm 安装引导程序。这是我的刀片文件,
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Acxian</title>
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Raleway:100,600" rel="stylesheet" type="text/css">
</head>
<body>
<div class="content">
<div class="title m-b-md">
Acxian
</div>
<div class="links">
<a href="https://laravel.com/docs">Documentation</a>
<a href="https://laracasts.com">Laracasts</a>
<a href="https://laravel-news.com">News</a>
<a href="https://forge.laravel.com">Forge</a>
<a href="https://github.com/laravel/laravel">GitHub</a>
</div>
</div>
</div>
</body>
</html>
但上面的引导程序不起作用,如何将 npm 链接与刀片文件链接?
【问题讨论】:
标签: twitter-bootstrap laravel npm