asticode / go-astilectron-demo

Discover the power of Astilectron through a demo app
MIT License
404 stars 83 forks source link

Why can't use external js #65

Closed PittYao closed 3 years ago

PittYao commented 3 years ago

code framework

image

code

  1. index.html include jquery image

  2. index.js use jquery image

  3. make exe but console Uncaught ReferenceError: $ is not defined image

asticode commented 3 years ago

Maybe this can help:

PittYao commented 3 years ago

Maybe this can help:

thanks. The third one can help me.