sindresorhus / electron-serve

Static file serving for Electron apps
MIT License
437 stars 34 forks source link

how to use in vue touer? #9

Closed StringKe closed 5 years ago

StringKe commented 5 years ago

https://github.com/SimulatedGREG/electron-vue

sindresorhus commented 5 years ago

I don't use Vue and cannot provide info how to integrate it with any kind of boilerplate solution. This module serves the files as if they were served by a server and not file://, which enables actually changing the URL instead of using hash. How to integrate it into electron-vue is really up to you to figure out. You could try asking on the electron-vue issue tracker.