Skip to content

Commit 84f2f70

Browse files
author
Ryan Lassiter
committed
WIP
1 parent a268763 commit 84f2f70

11 files changed

+5236
-28103
lines changed

.env

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VUE_APP_BASE_URL=/openemr
2-
VUE_APP_API_BASE_URL=/openemr
1+
VUE_APP_BASE_URL=
2+
VUE_APP_API_BASE_URL=
33
VUE_APP_API_MOCK=

babel.config.js

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
module.exports = {
2-
presets: [
3-
'@vue/cli-plugin-babel/preset'
4-
]
5-
}
2+
presets: [],
3+
};

index.html

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!DOCTYPE html>
2+
<html lang="">
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
7+
<link rel="icon" href="/favicon.ico" />
8+
<!-- REMOVE title tag so that openEMR will use the menu item name
9+
<title><%= htmlWebpackPlugin.options.title %></title>-->
10+
11+
<link
12+
href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"
13+
rel="stylesheet"
14+
/>
15+
<!-- <link href="https://cdn.jsdelivr.net/npm/@mdi/[email protected]/css/materialdesignicons.min.css" rel="stylesheet">-->
16+
</head>
17+
<body>
18+
<noscript>
19+
<strong
20+
>We're sorry but this app doesn't work properly without JavaScript
21+
enabled. Please enable it to continue.</strong
22+
>
23+
</noscript>
24+
<div id="app"></div>
25+
<script type="module" src="/src/main.js"></script>
26+
</body>
27+
</html>

0 commit comments

Comments
 (0)