Hello,
I have a little demo project here modified a bit from an online tutorial:
I created the app via vue.js + webpack
Then I uploaded the file to the firebase hosting.
For this, I installed locally:
npm install -g firebase-tools
then run:
firebase login
firebase init
(I choose the webpack DIST folder for the later upload and choose yes for SPA)
then: firebase deploy
Is it possible to upload a simple picture afterwards to the server?
With php/mysql projects I always used filezilla to manage everything, but this is different here.
Thanks a lot!