Skip to content

Commit 0a3d40e

Browse files
committed
Merge branch 'master' of https://github.com/ILikeMintChocolate/js-framework-benchmark into ILikeMintChocolate-master
2 parents 1a04006 + e7079f1 commit 0a3d40e

File tree

7 files changed

+1823
-0
lines changed

7 files changed

+1823
-0
lines changed

frameworks/keyed/rvjs/.gitignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
pnpm-debug.log*
8+
lerna-debug.log*
9+
10+
node_modules
11+
dist-ssr
12+
*.local
13+
14+
# Editor directories and files
15+
.vscode/*
16+
!.vscode/extensions.json
17+
.idea
18+
.DS_Store
19+
*.suo
20+
*.ntvs*
21+
*.njsproj
22+
*.sln
23+
*.sw?

frameworks/keyed/rvjs/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<title>@rvjs/[email protected] benchmark</title>
6+
<link href="/css/currentStyle.css" rel="stylesheet" />
7+
</head>
8+
<body>
9+
<div id="app"></div>
10+
<script type="module" src="./src/main.jsx"></script>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)