Skip to content

Commit fbf960e

Browse files
committed
Initial project import
1 parent c51caf7 commit fbf960e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+17044
-16784
lines changed

.browserslistrc

-2
This file was deleted.

.eslintrc.js

-18
This file was deleted.

LICENSE

-201
This file was deleted.

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ Contributions in form of best practices or corrections are welcome!
2222

2323
## Known issues
2424

25-
- 3rd button text is not visible
25+
- 3rd button in AppBar does not show text
2626
- invalid assets urls of /assets /public when using dev or build
27+
- rebuild of cesium with vite-plugin-cesium in vite.config.ts not working
2728
- ?
2829

2930
## Project setup

babel.config.js

-7
This file was deleted.

index.html

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8" />
6+
<link rel="icon" href="/favicon.ico" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8+
<title>vue-stack-cesium</title>
9+
</head>
10+
11+
<body>
12+
<div id="app"></div>
13+
<script type="module" src="/src/main.ts"></script>
14+
</body>
15+
16+
</html>

0 commit comments

Comments
 (0)