amputee

v1.0.2
A super-small, non-dependent JavaScript framework that allows you to slice up your HTML in separate files.
web components framework html templates

amputee

A super-small (505 B gzipped), non-dependent JavaScript framework that allows you to slice up your HTML in separate files.

Install

Bower

$ bower install amputee

npm

$ npm install amputee

Usage

<html>
  <head>
    <title>amputee</title>
    <meta charset="UTF-8">
  <body>
    
    <amputee src="hello.html"></amputee>

    <script src="amputee.js"></script>

hello.html

<h1>Hello World</h1>

<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit…</p>

Examples

You can't run the examples via the file:// protocol so you have run it with a server. In this example we are using serve.

Go to http://localhost:3000/examples.

npm install -g serve
serve .

Contribute

See the contributing guide

Licence

MIT © Johnie Hjelm

npm i amputee

Metadata

  • MIT
  • Whatever
  • Johnie Hjelm
  • released 10/11/2015

Downloads

Maintainers