Seriously take your time. It’s done when it’s done.
All that work i have seen by yourself & contributors is amazing.
All the best… Max
Seriously take your time. It’s done when it’s done.
All that work i have seen by yourself & contributors is amazing.
All the best… Max
the master has spoken!! congrats raz!
love to see your huge effort & dedication to this project
always there to help you
cheers max
just bind a value to :disabled
its basic vuejs stuff…
delete your complete node installation and remove the node_modules folder and the package-lock file in your project!
then install the latest LTS version of node for windows: https://nodejs.org/en/
then do fresh install of npm -i g quasar-cli . and run npm install in your project.
cheers max
Awesome! Just amazing what we have there! Cheers Max
really interested in your solution… im working on an mail project too
Here is my Alfred workflow for fast and easy documentation search:
best calendar componet out there!
whats your exact problem? please share some code and infos
just an idea, i used this to download a file (item.download is the download url)
downloadItem () {
window.location = this.item.download
},
please post a quasar info
output
i would try to import the router where you need it:
import router from '/router/index'; //replace with your correct path
changing /src-electron/main-process/electron-main.js
is fine!
consider using mainWindow.maximize()
can you create a codepen with your issue? https://codepen.io/rstoenescu/pen/VgQbdx
have you searched online for a solution?
-> http://tommylee.co/tutorials/fixing-hot-reload-vagrant.html
you might also have to customize the webpack config to specify the new host, but dont know for sure