Skip to content

Commit

Permalink
upgraded to vue v3 and VITE
Browse files Browse the repository at this point in the history
  • Loading branch information
cscognamiglio committed Dec 22, 2023
1 parent c5eb9a1 commit 82d481d
Show file tree
Hide file tree
Showing 10 changed files with 2,709 additions and 16,660 deletions.
4 changes: 4 additions & 0 deletions .eslint
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
env: {
node: true,
es2022: true, // 👈 add this
}
5 changes: 0 additions & 5 deletions babel.config.js

This file was deleted.

24 changes: 24 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="">

<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<!-- <link rel="icon" href="<%= BASE_URL %>favicon.ico">
<link rel="apple-touch-icon" sizes="120x120" href="<%= BASE_URL %>apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="<%= BASE_URL %>favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="<%= BASE_URL %>favicon-16x16.png" /> -->
<title>Iris</title>
<script type="module" src="/src/main.js"></script>
</head>

<body>
<noscript>
<strong>We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>

</html>
Loading

0 comments on commit 82d481d

Please sign in to comment.