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.jsonAll
part.jsandpart.cssare concatenated and build aspart.script.jsandpart.styles.css, respectively.
LICENSE
MIT