DEV Community

Discussion on: Personal website made using Vue.js and Quasar Framework

 
mayank091193 profile image
Mayank Patel

Do let me know in case you need help.

It's pretty straightforward actually.

Important things to consider:
Step1: Create that redirect file as I suggested in my previous comment

Step2: Put that file in the spa folder. (Get your spa folder on your local directory and put redirect file in that)

Step3: Upload your spa folder to Netlify after logging into app.netlify.com/ website.

Thread Thread
 
clustersnake profile image
Eloy Ramírez

dude! I did it! check this out I just had to adjust the Publish directory and point it to the dist/spa folder because I was testing the gitlab integration. Awesome, thank you very much for your help and support