wails icon indicating copy to clipboard operation
wails copied to clipboard

Is there any convenient way to package the frontend for browser access?

Open geekroscom opened this issue 2 years ago • 4 comments

Is your feature request related to a problem? Please describe.

I hope that the packaged frontend resources can be used directly in the browser. Currently, accessing it with the browser results in an error.

Describe the solution you'd like

null

Describe alternatives you've considered

Redevelop?

Additional context

start.vue:69 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'EventsOn')
    at setup (start.vue:69:33)
    at callWithErrorHandling (runtime-core.esm-bundler.js:158:18)
    at setupStatefulComponent (runtime-core.esm-bundler.js:7236:25)
    at setupComponent (runtime-core.esm-bundler.js:7197:36)
    at mountComponent (runtime-core.esm-bundler.js:5599:7)
    at processComponent (runtime-core.esm-bundler.js:5565:9)
    at patch (runtime-core.esm-bundler.js:5040:11)
    at ReactiveEffect.componentUpdateFn [as fn] (runtime-core.esm-bundler.js:5773:9)
    at ReactiveEffect.run (reactivity.esm-bundler.js:178:19)
    at instance.update (runtime-core.esm-bundler.js:5814:51)

geekroscom avatar Nov 24 '23 04:11 geekroscom

Or is there any way to access http://wails.localhost/ in the browser?

geekroscom avatar Nov 24 '23 04:11 geekroscom

me too

dtapps avatar Nov 29 '23 13:11 dtapps