Remove WebPack and let Vue CLI handle WASM. Project restructuring fixes. Add Vue SVG Loader. Fixes #29.

This commit is contained in:
Keavon Chambers
2021-03-27 02:26:55 -07:00
parent 8741e31c92
commit 7323d3cd21
26 changed files with 314 additions and 649 deletions
@@ -0,0 +1,3 @@
<svg width="16" height="16" viewBox="0 0 16 16">
<polygon points="12,5 11,4 8,7 5,4 4,5 7,8 4,11 5,12 8,9 11,12 12,11 9,8" />
</svg>

After

Width:  |  Height:  |  Size: 133 B

@@ -0,0 +1,5 @@
<svg viewBox="0 0 16 24">
<circle cx="8" cy="8" r="1.5" />
<circle cx="8" cy="12" r="1.5" />
<circle cx="8" cy="16" r="1.5" />
</svg>

After

Width:  |  Height:  |  Size: 136 B