snowpack-posthtml:Snowpack + Posthtml样板

时间:2024-04-22 12:25:08
【文件属性】:

文件名称:snowpack-posthtml:Snowpack + Posthtml样板

文件大小:10KB

文件格式:ZIP

更新时间:2024-04-22 12:25:08

JavaScript

Snowpack的样板+ posthtml 构型 snowpack.config.js module . exports = { mount : { public : { url : '/' , static : true } , src : { url : '/' } , } , plugins : [ [ './posthtml-transform' , { plugins : { 'posthtml-modules' : { root : './src' , } , } , } ] , ] , } ; snowpack.config.js + posthtml.config.js snowpack.config.js module . exports = { mount : {


【文件预览】:
snowpack-posthtml-main
----package.json(371B)
----posthtml-transform.js(1KB)
----snowpack.config.js(318B)
----src()
--------partials()
--------index.html(439B)
----.gitignore(168B)
----README.md(891B)
----yarn.lock(15KB)

网友评论