-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
41 changed files
with
16,006 additions
and
24,382 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
] | ||
} | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.