0.1.1 • Published 10 years ago
partjs v0.1.1
PartJS
a modular html solution
Install
npm i -g partjs
Usage
Example
src/index.html
<body>
<part name="myElement">Hello World</part>
</body>
part_modules/myElement/part.html
<p> {{ inner }} </p>
{{ inner }}
is the innerHTML of element "escaped".
About a part module
myElement/
part.html
part.js
part.css
part.json
All
part.js
andpart.css
are concatenated and build aspart.script.js
andpart.styles.css
, respectively.
LICENSE
MIT