Open
Description
The project doesn't run correctly out of the box right now, since the buefy
module seem to have changed their CSS files location meanwhile.
It worked for me when changing the following:
diff --git a/src/renderer/main.js b/src/renderer/main.js
index 8841442..11daa50 100644
--- a/src/renderer/main.js
+++ b/src/renderer/main.js
@@ -1,7 +1,7 @@
import Vue from 'vue';
import App from './App';
import Buefy from 'buefy';
-import 'buefy/lib/buefy.css';
+import 'buefy/dist/buefy.css';
import util from 'util';
import { ipcRenderer } from 'electron';
Sorry for not doing a proper pull request, but it was too much overhead for a single line change 😅.
Metadata
Metadata
Assignees
Labels
No labels