Skip to content

Commit

Permalink
docs: demo
Browse files Browse the repository at this point in the history
  • Loading branch information
deot committed Jun 20, 2020
1 parent 82520bd commit 0efac65
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 13 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/client/static/index.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<script src="//unpkg.com/vue@2.6.11/dist/vue.min.js"></script>
<script src="//unpkg.com/lodash@4.17.15/lodash.min.js"></script>
<script src="//unpkg.com/@babel/polyfill@7/browser.js"></script>
<script src="//unpkg.com/@babel/standalone@7/babel.min.js"></script>
<% for (var i in htmlWebpackPlugin.options.externalResources) { %>
<% var item = htmlWebpackPlugin.options.externalResources[i] %>
<% if(/.css$/.test(item)) { %>
Expand Down
1 change: 1 addition & 0 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<script src="//unpkg.com/vue@2.6.11/dist/vue.min.js"></script>
<script src="//unpkg.com/lodash@4.17.15/lodash.min.js"></script>
<script src="//unpkg.com/@babel/polyfill@7/browser.js"></script>
<script src="//unpkg.com/@babel/standalone@7/babel.min.js"></script>



Expand Down
31 changes: 18 additions & 13 deletions site/js/main.bundle.js

Large diffs are not rendered by default.

0 comments on commit 0efac65

Please sign in to comment.