UNPKG
micro-editor
Version:
latest (1.0.0-beta)
1.0.0
1.0.0-beta
1. npm install
micro-editor
/
index.html
10 lines
•
179 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE
html
>
<
html
>
<
head
>
<
meta
charset
=
"utf-8"
/>
<
title
>
<%= htmlWebpackPlugin.options.title %>
</
title
>
</
head
>
<
body
>
<
div
id
=
"app"
>
</
div
>
</
body
>
</
html
>