Skip to content

Commit

Permalink
add compiled demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
tantaman committed Nov 22, 2023
1 parent d6ca37d commit 8cb78d4
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
node_modules/
dist/
tsconfig.tsbuildinfo
1 change: 0 additions & 1 deletion demos/react/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

Expand Down
40 changes: 40 additions & 0 deletions demos/react/dist/assets/index-9950d0aa.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions demos/react/dist/assets/index-ec7d968d.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions demos/react/dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!doctype html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<script type="module" crossorigin src="/assets/index-9950d0aa.js"></script>
<link rel="stylesheet" href="/assets/index-ec7d968d.css">
</head>

<body>
<div id="root"></div>

</body>

</html>
1 change: 1 addition & 0 deletions demos/react/dist/vite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8cb78d4

Please sign in to comment.