Skip to content

Commit

Permalink
vite 4 and 5 examples
Browse files Browse the repository at this point in the history
  • Loading branch information
birkskyum committed Nov 18, 2023
1 parent faedb27 commit 30f2392
Show file tree
Hide file tree
Showing 16 changed files with 684 additions and 57 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions example/package.json → examples/vite-4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
},
"devDependencies": {
"vite": "^4.1.5",
"vite-plugin-solid": "link:.."
"vite-plugin-solid": "link:../.."
},
"dependencies": {
"solid-js": "^1.4.10"
"solid-js": "^1.8.5"
}
}
121 changes: 66 additions & 55 deletions example/pnpm-lock.yaml → examples/vite-4/pnpm-lock.yaml

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

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 11 additions & 0 deletions examples/vite-5/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<div id="app"></div>
<script src="./src/main.tsx" type="module"></script>
</body>
</html>
Loading

0 comments on commit 30f2392

Please sign in to comment.