Skip to content

Commit

Permalink
Remove most of the warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-wu committed Jan 25, 2024
1 parent e9e27a4 commit 57f7431
Show file tree
Hide file tree
Showing 41 changed files with 16,006 additions and 24,382 deletions.
12 changes: 6 additions & 6 deletions .env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//VUE_APP_API_LOCATION=https://your-api-location/
VUE_APP_FLATMAPAPI_LOCATION=https://mapcore-demo.org/current/flatmap/v3/
VUE_APP_ALGOLIA_INDEX=k-core_dev_published_time_desc
VUE_APP_ALGOLIA_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
VUE_APP_ALGOLIA_ID=xxxxxxxxx
VUE_APP_PENNSIEVE_API_LOCATION=https://api.pennsieve.io
//VITE_API_LOCATION=https://your-api-location/
VITE_FLATMAPAPI_LOCATION=https://mapcore-demo.org/current/flatmap/v3/
VITE_ALGOLIA_INDEX=k-core_dev_published_time_desc
VITE_ALGOLIA_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
VITE_ALGOLIA_ID=xxxxxxxxx
VITE_PENNSIEVE_API_LOCATION=https://api.pennsieve.io
14 changes: 0 additions & 14 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -1,14 +0,0 @@
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
],
plugins: [
[
"component",
{
libraryName: "element-ui",
styleLibraryName: "theme-chalk"
}
]
]
}
18 changes: 18 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<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="favicon.ico">
<title>mapintegratedvuer</title>
</head>
<body>
<noscript>
<strong>We're sorry but scaffoldvuer doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<!-- built files will be auto injected -->
</body>
</html>
Loading

0 comments on commit 57f7431

Please sign in to comment.