Skip to content

Commit

Permalink
docs: upgrade examples
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen committed Jan 1, 2025
1 parent 459ec2f commit 13d6227
Show file tree
Hide file tree
Showing 77 changed files with 2,391 additions and 1,870 deletions.
12 changes: 12 additions & 0 deletions examples/benchmark-nanoviews/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Benchmark Nanoviews (w. kida) (keyed)</title>
<script type="module" src="/src/main.js"></script>
</head>
<body>
<div id="app"></div>
</body>
</html>
14 changes: 14 additions & 0 deletions examples/benchmark-nanoviews/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "benchmark-nanoviews",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"vite": "^5.2.7"
}
}
Loading

0 comments on commit 13d6227

Please sign in to comment.