UNPKG
webpack-init-project
Version:
latest (1.0.1)
1.0.1
1.0.0
learning webpack completely
github.com/specialCoder/use-webpack
specialCoder/use-webpack
webpack-init-project
/
src
/
index.html
10 lines
•
151 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
<!-- html模版-->
<!DOCTYPE
html
>
<
html
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
title
>
output Management
</
title
>
</
head
>
<
body
>
</
body
>
</
html
>