chore(examples): add svite example set-up

This commit is contained in:
Eric Liu 2020-09-07 14:10:24 -07:00
commit a4aa2d9c77
11 changed files with 2927 additions and 0 deletions

16
examples/svite/index.html Normal file
View file

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="/favicon.ico" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<title>svite</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<script type="module" src="/src/index.js"></script>
</body>
</html>