Skip to content

Running freshly built project doesn't show editor, but only a file browser #1

Open
@HontoNoRoger

Description

@HontoNoRoger

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions