File tree Expand file tree Collapse file tree 3 files changed +24
-1
lines changed
src/main/resources/static Expand file tree Collapse file tree 3 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 10
10
<relativePath >../../pom.xml</relativePath >
11
11
</parent >
12
12
13
- <artifactId >frontend</artifactId >
13
+ <groupId >ie.emeraldjava.webjars</groupId >
14
+ <artifactId >vuejs-frontend</artifactId >
15
+ <version >0.1-SNAPSHOT</version >
16
+ <packaging >jar</packaging >
14
17
15
18
<properties >
16
19
<maven .compiler.source>21</maven .compiler.source>
Original file line number Diff line number Diff line change 66
66
<artifactId >jquery</artifactId >
67
67
<version >3.7.1</version >
68
68
</dependency >
69
+
70
+ <dependency >
71
+ <groupId >ie.emeraldjava.webjars</groupId >
72
+ <artifactId >vuejs-frontend</artifactId >
73
+ <version >0.1-SNAPSHOT</version >
74
+ </dependency >
69
75
</dependencies >
70
76
71
77
<build >
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 ">
5
+ < link rel ="icon " href ="/favicon.ico ">
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
+ < title > Vite App</ title >
8
+ < script type ="module " crossorigin src ="/webjars/frontend/assets/index-BSIIeL4X.js "> </ script >
9
+ < link rel ="stylesheet " crossorigin href ="/webjars/frontend/assets/index-D6pr4OYR.css ">
10
+ </ head >
11
+ < body >
12
+ < div id ="app "> </ div >
13
+ </ body >
14
+ </ html >
You can’t perform that action at this time.
0 commit comments