FLKit is a front-end language(HTML、CSS、JS) toolkit that support template syntax(etc: Smarty, PHP).
- Smarty
- PHP
- other template syntax with delimiter
advanced support:
- support nesting delimiter:
<% $value = <%$name%> + 1 %> - support multi delimiter:
<% $value = 1%> <& $value &>
npm test
FLKit also support test in web, you can use it by following steps:
- enter
webdirectory - exec
npm installto install dependencies - enter
wwwdirectory, execnode index.js - open browser, open
http://localhost:8360/