matacart-template-engine
v1.0.7
Published
A template engine module library compatible with Next.js
Maintainers
Readme
一个基于handlebars的渲染包
项目构建
matacart-template-engine/
├── src/ # 源码
│ └── index.ts
├── dist/ # 打包输出目录
│ ├── index.js # CommonJS 版本
│ └── index.mjs # ES Module 版本
├── package.json
└── rollup.config.js
