An open API service indexing awesome lists of open source software.

https://github.com/ymzuiku/vanilla-htmljs

Only use html`` create string
https://github.com/ymzuiku/vanilla-htmljs

Last synced: about 2 months ago
JSON representation

Only use html`` create string

Awesome Lists containing this project

README

        

# vanilla-html

> Size 400b

## Install

```sh
$ npm install --save vanilla-htmljs
```

## Use BEM css

```js
import html from "vanilla-htmljs";

const box = document.getElementById("box");
box.innerHTML = html`

hello world
`;

document.body.append(box);
```

## VSCode Plugin

you can install lit-html:

https://marketplace.visualstudio.com/items?itemName=bierner.lit-html](https://marketplace.visualstudio.com/items?itemName=bierner.lit-html)