robogeek / vue-file-tree-demo

Demo application for vue-file-tree component
10 stars 10 forks source link

buefy.css path #1

Open galakhov opened 5 years ago

galakhov commented 5 years ago

Hey, I've tried to run your app and faced with this error: ERROR in ./src/renderer/main.js Module not found: Error: Can't resolve 'buefy/lib/buefy.css' in '../vue-file-tree-demo/src/renderer' @ ./src/renderer/main.js 8:0-29

To fix this error, I needed to change the import to "buefy/dist/buefy.css" in ./src/renderer/main.js on line 8.

Hope that'll help someone.

Symbolk commented 5 years ago

This helps me out, but it is strange that the first two letters of the path is lost: image

@galakhov Do you have any other similiar component to recommend?

galakhov commented 5 years ago

@Symbolk actually this component worked well. Are you looking for a vue-electron based component/package or for a stand-alone vue component?

Symbolk commented 5 years ago

@Symbolk actually this component worked well. Are you looking for a vue-electron based component/package or for a stand-alone vue component?

It works well except for the path is not complete.

A stand-alone vue component is better, that can be used in web application.