champ3oy / MobileView

MobileView is a VS-Code extension that opens a responsive mobile view for testing your apps and websites directly form vs code.
56 stars 14 forks source link

Can this support VUE? #6

Closed yatayork closed 6 months ago

champ3oy commented 6 months ago

Yes, this supports vue. just spun up the vue server and copy the localhost url in to MobileView

yatayork commented 6 months ago

done, thanks very much this extension help me a lot If some one who use Vite and want to use this extension for mobileView need to go vite.config.js and add sever object with host:"0.0.0.0" run dev and use network url that mobileView need ,it will show the view when I use localhost it blank ,Idk why but use network host is success , thanks again