Skip to content

Commit

Permalink
setup with vite
Browse files Browse the repository at this point in the history
  • Loading branch information
myrho committed Apr 7, 2022
1 parent adc8bac commit 45e9692
Show file tree
Hide file tree
Showing 18 changed files with 5,458 additions and 2,108 deletions.
11 changes: 11 additions & 0 deletions elm-tooling.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"entrypoints": [
"./src/Main.elm"
],
"tools": {
"elm": "0.19.1",
"elm-format": "0.8.5",
"elm-json": "0.2.8",
"elm-test-rs": "2.0.0"
}
}
8 changes: 6 additions & 2 deletions elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@
}
},
"test-dependencies": {
"direct": {},
"indirect": {}
"direct": {
"elm-explorations/test": "1.2.2"
},
"indirect": {
"elm/random": "1.0.0"
}
}
}
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
</head>
<body>
<div id="app">
<div></div>
</div>
<script type="module" src="/src/main.js"></script>
</body>
</html>
Loading

0 comments on commit 45e9692

Please sign in to comment.