template-pug:创建高性能Pug模板引擎的基本示例

时间:2021-05-07 18:07:01
【文件属性】:
文件名称:template-pug:创建高性能Pug模板引擎的基本示例
文件大小:9KB
文件格式:ZIP
更新时间:2021-05-07 18:07:01
HTML 模板-pug 使用Pug的简单网站示例 要安装依赖项,请运行: npm install 编辑模板文件夹中的文件,然后运行命令以将.pug文件编译为.html: npm run build 将创建一个包含已编译文件的构建文件夹。 在浏览器中打开build / index.html文件,然后查看结果。 教程 参考 基础课程NodeJs。
【文件预览】:
template-pug-master
----package.json(334B)
----templates()
--------footer.pug(76B)
--------sobre.pug(105B)
--------contato.pug(101B)
--------layout.pug(2KB)
--------index.pug(124B)
----package-lock.json(20KB)
----.gitignore(936B)
----README.md(523B)

网友评论