文件名称:narko:narko 是基于javascript的模版引擎,代码简便,方便新手使用和理解模版引擎构建的过程
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-06 08:44:48
nodejs javascript JavaScript
#narko 这是一个轻量化的模版引擎,方便新手使用和了解模版引擎的工作机制。 install: npm install narko --sav 具体案例可见 test文件夹 About narko is a simple and light model engine,help developer use light and fast tools. v1.0.0 narko file use it as html without statement
${name}
name will be the variable to replace document initial: npm install narko var narko =require('narko'); var test = new narko open narko file test.open() #【文件预览】:
narko-master
----utils()
--------index.js(1KB)
----lifeCycle()
--------index.js(383B)
----test()
--------server.js(196B)
--------index.html(191B)
--------index.narko(97B)
----package.json(572B)
----readme.md(802B)
----index.js(3KB)
----.DS_Store(6KB)