diff --git a/index.html b/index.html
new file mode 100644
index 0000000..3dfa972
--- /dev/null
+++ b/index.html
@@ -0,0 +1,12 @@
+
+
+
+
+
+ Salt Status
+
+
+
+
+
+
diff --git a/package.json b/package.json
index 25b335a..550b145 100644
--- a/package.json
+++ b/package.json
@@ -2,21 +2,22 @@
"name": "saltstatus",
"version": "1.0.0",
"description": "",
- "main": "index.js",
- "scripts": {
- "start": "parcel src/index.html"
- },
- "author": "",
+ "author": "Adam Goldsmith ",
"license": "ISC",
- "dependencies": {
- "vue": "^2.6.10",
- "vue-hot-reload-api": "^2.3.4",
- "vue-property-decorator": "^8.3.0"
- },
"devDependencies": {
- "@vue/component-compiler-utils": "^3.0.2",
- "sass": "^1.24.0",
- "typescript": "^3.7.3",
- "vue-template-compiler": "^2.6.10"
+ "@vitejs/plugin-vue": "^1.9.3",
+ "sass": "^1.42.1",
+ "typescript": "^4.4.3",
+ "vite": "^2.6.4",
+ "vue-tsc": "^0.3.0"
+ },
+ "dependencies": {
+ "vue": "^3.2.0"
+ },
+ "scripts": {
+ "start": "npm run dev",
+ "dev": "vite",
+ "build": "vue-tsc --noEmit && vite build",
+ "serve": "vite preview"
}
}
diff --git a/src/App.vue b/src/App.vue
index 1ae4774..17cece2 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -11,9 +11,9 @@
{{ evtSourceState }}
-
diff --git a/src/Job.vue b/src/Job.vue
index 480e0d7..1053347 100644
--- a/src/Job.vue
+++ b/src/Job.vue
@@ -7,7 +7,7 @@
{{ jid }}
-
+
{{ minion }}
@@ -50,83 +50,77 @@
-