es6 template static master 源码
ES6静态站点渲染器...带有Markdown 我想到的最简单的方法是使用ES6模板生成静态站点。 快速开始 带有 。 npm install npm start 右键单击index.html然后使用Live Server打开。 如何包含自己的内容 页面的基本格式是.js文件,其名称与要生成的.html文件相同。 例如: const Page = require ( "./partials/Page" ) ; module . exports = class extends Page { render ( sPage ) { return ` ${ this . requireMarkdown ( './pages/index.md`)} `; } } 在上述情况下,生成的html缺少适当的.html文件的结构。 此存储库中有一个更完
文件列表
es6-template-static-master-master.zip
(预估有个44文件)
es6-template-static-master-master
partials
Head.js
222B
Footer.js
286B
Header.js
107B
Page.js
321B
watcher.js
1KB
Nav.js
914B
contact.js
593B
index.html
2KB
暂无评论