Coder Social home page Coder Social logo

electron-quasar-file-explorer's People

Contributors

dependabot-preview[bot] avatar dustinaja avatar hawkeye64 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

electron-quasar-file-explorer's Issues

[vue-loader] vue-template-compiler must be installed as a peer dependency, or a compatible compiler implementation must be passed via options.

Vigorous hand clapping and thumbs up on your tutorial. You are a talented writer.
Thank you for sharing your work.

Build error:

Module build failed (from ./node_modules/vue-loader/lib/index.js):
  Error: [vue-loader] vue-template-compiler must be installed as a peer dependency, or a compatible compiler implementation must be passed via options.

Possible solutions:

https://myquickfix.co.uk/2019/01/08/fixing-vue-loader-vue-template-compiler-must-be-installed-as-a-peer-dependency/

https://medium.com/@nchutchind/i-ended-up-getting-the-following-error-vue-loader-vue-template-compiler-must-be-installed-as-a-37e8c007c1cc

But in my case...

$ npm show vue-template-compiler version
2.6.10
$ npm show vue version
2.6.10

I suppose this is related to the latest release of quasar. I see another having the same issue...

(https://forum.quasar-framework.org/topic/3110/fresh-install-of-quasar-cli-and-quasar-dev-won-t-work/4)

My webpack fu is not good enough to truly understand what is required of me here.

Later:

npm install --dev vue-template-compiler

That got me past this error. There are more issues but they were self-explanatory. The final build has "critical" errors but ran and behaved.

Modified date time in list view is displayed incorrectly

It is caused by the highlighted line in src/pages/contents.vue:

image

changing the line to the below fixes it for me:
return moment.utc(node.data.stat.mtime).format('YYYY-DD-MM h:mm:ss a')

for those who want to display local time and not UTC time (using the locale of your machine/device):
return moment.utc(node.data.stat.mtime).local().format('YYYY-DD-MM h:mm:ss a')

Initially failed to run

Using fedora 29. Downloaded, ran npm install, tried npm run dev, crashed with the following.


Module build failed (from ./node_modules/vue-loader/lib/index.js):
  Error: [vue-loader] vue-template-compiler must be installed as a peer dependency, or a compatible compiler implementation must be passed via options.
  
  - index.js:21 loadTemplateCompiler
    [electron-quasar-file-explorer-master]/[vue-loader]/lib/index.js:21:11
  
  - index.js:65 Object.module.exports
    [electron-quasar-file-explorer-master]/[vue-loader]/lib/index.js:65:35
  

Ran npm i vue-loader still didin't work.

Tried npm i vueify still didn't work.

Tried npm i vue-template-compiler

And, viola, it's working. Clicking around is responsive. I see thumbnails. Cool. Thank you for the tutorial!

when i start program, show warning in breadcrumbs

if i start quasar application, console show this error.

Invalid prop: type check failed for prop "absolutePath". Expected String with value "null", got Null

found in

---> at src/components/breadcrumbs.vue

how to fix it?

can't load and file if i clicked shortcut

hi, i'm tried to create new project and showing file explorer in windows. and i'm beginner.
if i click C drive and d drive, it is changed and show files and folder.
but if i click shortcut button(like pictures, music etc..), elctron paused and showing error

  • Paused before potential out-of-memory crash

maybe it caused from vue.runtime.esm.js in node_modules/vue/dist
error caused line is 4627 in proxy function.

how can i fixed this error? and if i clicked shortcut button, setSelectedFolder function is called twice. is it correct?
p.s. i think pressed shortcut button is occur infinity loop..

added - i can't load child path from C drive or D drive. why i can't load my child path from drive folder?
and if i run your project, it cause vue warn

  • Invalid prop: type check failed for prop "absolutePath". Expected String with value "null", got Null
    found in ---> at src/components/breadcrumbs.vue
    warn : vue.runtime.esm.js 620 line...

Demonstrate how to debug in vscode by including .vscode/launch.json

There's a dearth of good examples of how to debug Quasar electron apps in vscode, and I'm stuck. It would be great if you could add a working launch.json to this project. Presumably something similar to:

https://github.com/bromix/vue-electron-app/blob/master/.vscode/launch.json

with appropriate substitutions.

Blank screen

I am new to Electron and Vue. Just tried to run yarn dev all I see is a blank screen. Does it have anything to do with the Electron Security Warning (Disabled webSecurity)?

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.