Electron with Vue.js

preview_player
Показать описание


# LINKS
Рекомендации по теме
Комментарии
Автор

Just awesome!
I came here with good backend experience, trying to integrate Electron with some frontend system like Vue. My frontend skills were stuck in late 90-ies. So it was a pain in the bass for almost two days... Now I have a really strong and clear boilerplate for such a joint. Thanks Andre!

zmejserow
Автор

It would be awesome to have more of videos alike this.

ishan
Автор

For those who want to change title of main window :
- Go to public folder -> index.html
- remove the title label
- add in background.js the title attribute like the following line:
win = new BrowserWindow({title: "My App"})

laele
Автор

thank you, more videos with Vue please

ThePakovia
Автор

The best video tutorials ever. Thank you!

rustam
Автор

just personal notes: 8:16 fixe CORS error, 15:30 routes, 17:00 event listener, 19:50 hidding windows

jediforbear
Автор

This saved me some time researching the plugin - thanks for the video!

JayWolters
Автор

great video Andre! it would be great to have more videos with this plugin

dhall
Автор

Hello, can you post your vscode configuration? Which plugin are you using?

calapranzee
Автор

Great video thank you
How can I fix the "Request header field access-control-allow-origin is not allowed by Access-Control-Allow-Headers in preflight response" in web view?

Thank you

Aletemate
Автор

Andre, while I appreciated the content showing Vue-Cli-3 with Electron, I want to comment on something personal. Friend, your voice is smooth. I mean VELVET - no, smoother even. Like creamery butter on white bread smooth. You were SO easy to listen to and it made learning these details SO much easier. IMO, you should 1) audition to read segments on National Public Radio; 2) DJ on a Jazz station at night; 3) record AudioBooks; 4) start a chat line where women can call you pay per minute just to talk to them $$$ (seriously, you could talk their clothes off, NK); 5) back to #3 - specialize in children's nighttime story books cuz you'll put kids right to sleep and parents will pay ANYTHING for THAT skill; 6) GET AN AGENT and audition for voice parts for Hollywood studios and Disney. I know those suggestions are probably partly off-putting because we geeks would like to be known for our brains over our bodies, but in your case, the world needs you to sell your vocal cords. ;-) Best of luck to you! Now I'm going to click "subscribe" and pray that I like your other content because I'll be listening no matter what you do. ;-)

davidwalton
Автор

i needed the part in wich you have to build or package the project, :(

jhonatanamortegui
Автор

Great Video. ( which VS CODE theme are you using ??? )

Franktek
Автор

@Andre Madarang Why do you insist on using Axios if fetch API is already available in the browser?

padcom
Автор

I know this is an old video but i need some help.
Failed to compile.

Module Error (from

25:28 error Parsing error: Unexpected token, expected ", "
12 | .then(response --> {
> 13 | console, log(response.data.data.childern)
| ^
14 | })
15 | .catch(error --> {
16 | console, log(error)
✖ 1 problem (1 error, 0 warnings)

forrestkemner
Автор

How about Electron.js + Nuxt.js? Do you recommend?

psybitcoin
Автор

Hello, I am using the electron set, the logo can use the electronic update, but when generating a build it does not create the app-update.yml and / or the latest.yml, to update the desktop application, I would like a help if possible.

Brenno
Автор

sir i have problem with Electron with veujs, when i build it and copy that file build to another computer (macOs or window) . it's can not install. why?

yoskokleng
Автор

created hook is not getting called in image.vue. Any suggestion?

sagardeoghare
Автор

how to hide vertical scrollbar. Thank you

yehtut