Skip to content

Commit 740bb60

Browse files
author
Gerhard Mesch
committed
Updated to newest packages and applied available fixes
1 parent 2e1dc2f commit 740bb60

File tree

5 files changed

+546
-466
lines changed

5 files changed

+546
-466
lines changed

Diff for: .directory

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[Dolphin]
2+
Timestamp=2023,2,23,20,42,36.153
3+
Version=4
4+
ViewMode=1

Diff for: README.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ Contributions in form of best practices or corrections are welcome!
77
## Core features
88

99
- vue 3.2.x
10-
- vite 3.1.x
11-
- vuetify 3.0.0-beta.x
12-
- Typescript 4.8.x
13-
- cesiumJS 1.97.x
10+
- vite 3.2.x
11+
- vuetify 3.1.x
12+
- Typescript 4.9.x
13+
- cesiumJS 1.102.x
1414

1515
## vue related features
1616

17-
- vuex 4.0.x store with multiple files
17+
- vuex 4.1.x store with multiple files
1818
- vue-router 4.1.x
1919
- vite-plugin-cesium 1.2.x
20-
- vite-plugin-vuetify 1.0.0-alpha.xx
20+
- vite-plugin-vuetify 1.0.x
2121
- vue-shortkey 4.0.0 [to be removed]
2222
- vue composition API examples with multiple files
2323

@@ -30,6 +30,7 @@ Contributions in form of best practices or corrections are welcome!
3030

3131
## upcoming changes
3232

33+
- update to vite 4.x.y
3334
- replace vue-shortkey with something else
3435

3536
## Project setup
@@ -39,7 +40,7 @@ Contributions in form of best practices or corrections are welcome!
3940
```bash
4041
git clone/unzip
4142
npm install
42-
npm install -g vite vitejs
43+
npm install --location:global vite
4344
vite dev
4445
```
4546

@@ -48,7 +49,7 @@ vite dev
4849
```bash
4950
git clone/unzip
5051
npm install
51-
npm install -g @vue/cli
52+
npm install --location:global @vue/cli vite
5253
vue ui
5354
```
5455

0 commit comments

Comments
 (0)