Skip to content

Commit

Permalink
migration to maplibre, vuejs3 with vite bundler and update deps to la…
Browse files Browse the repository at this point in the history
…test version
  • Loading branch information
mapl committed May 13, 2023
1 parent 62bfffe commit eafe3a6
Show file tree
Hide file tree
Showing 11 changed files with 4,823 additions and 20,409 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ tmp
.DS_Store
ui/node_modules
ui/dist
ui/build

# local env files
.env.local
Expand Down
Empty file modified ui/dist/.keep
100755 → 100644
Empty file.
14 changes: 14 additions & 0 deletions ui/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tegola UI</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>
Loading

0 comments on commit eafe3a6

Please sign in to comment.