Files
vue-cli/packages/@vue/cli-service/lib/commands/build/demo-wc.html
T
2018-02-03 16:20:13 -05:00

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 %>>
<% } %>