Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get the GUI to run? #34

Closed
donnyv opened this issue Jun 22, 2022 · 3 comments
Closed

How to get the GUI to run? #34

donnyv opened this issue Jun 22, 2022 · 3 comments

Comments

@donnyv
Copy link

donnyv commented Jun 22, 2022

I'm new to Vue, so I'm not sure how to get the GUI to run. I'm assuming this is the GUI.
https://github.com/bugra9/gdal3.js/tree/master/apps/app-gui

I tried double clicking the public/index.html but nothing happens. Doesn't have any script tags in it.

@bugra9
Copy link
Owner

bugra9 commented Jul 17, 2022

Hi @donnyv, sorry for replying so late.

I'm new to Vue, so I'm not sure how to get the GUI to run. I'm assuming this is the GUI.

Node.js, NPM or yarn app must be installed. In this folder you must run,

  • yarn install (or npm install)
  • yarn serve (or npm run serve)

And open the link that appears on the cli screen.

I tried double clicking the public/index.html but nothing happens.

The site won't open with a double click because it takes some files from the local system and browsers do not allow accessing the file system. In a few days I will make a sample app to fetch from cdn and it will open with a double click.

@donnyv donnyv closed this as completed Jul 18, 2022
@bugra9
Copy link
Owner

bugra9 commented Jul 24, 2022

@donnyv, i added single file example running without server required. https://github.com/bugra9/gdal3.js/blob/master/apps/example-singlefile/index.html

@donnyv
Copy link
Author

donnyv commented Jul 24, 2022

Awesome, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants