我想在電子上使用帕格。 我有一個問題,我的第二個.pug文件無法正確顯示,它只是輸出帕格代碼本身。 首先我有一個由main.js doctype
html(lang='en')
head
meta(charset='utf-8')
title HIMS
body
div(id="app")
script.
require('
我爲我的項目使用pugjs。我無法在pug模板中加載css文件。我使用下面的代碼 index.pug link(rel="stylesheet", href="views/styles/products.css", type="text/css")
This is my project structure
誰能告訴我爲什麼哈巴狗API不具有簡單的例子,從他們的文檔頁面 const pug = require('pug');
// Compile the source code
const compiledFunction = pug.compileFile('template.pug');
// Render a set of data
console.log(compiledFunct