mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-05-08 04:49:17 -05:00
8 lines
279 B
HTML
8 lines
279 B
HTML
<title><%- htmlWebpackPlugin.options.libName %> demo</title>
|
|
<script src="https://unpkg.com/vue"></script>
|
|
<script src="./<%- htmlWebpackPlugin.options.libName %>.js"></script>
|
|
|
|
<% for (const comp of htmlWebpackPlugin.options.components) { %>
|
|
<<%= comp %>></<%= comp %>>
|
|
<% } %>
|