-
-
Notifications
You must be signed in to change notification settings - Fork 232
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
Add existing Next.js project to Electron app? #257
Comments
Technically you should be able to just copy the whole Next.js project into the |
if I can clone and pull the existing code from repo into |
I'm not quite sure how many people could use something like that. What do you think about writing a script in batch or with Node.js + fs that'll copy files over before you run the code? |
I tried to manually copying the source code from my website and it didn't seem to run, looks like the errors are from webpack things |
If you show them we can try to figure out what happens there. |
Any updates on this... |
Any update on this? |
Why cant Electron be added to an existing Next js project? that sounds like a trivial thing that should just work by default |
I have the same question |
It will be nice to be able to convert existing nextjs project to nextron project |
any updates on thsi? |
any updates ? |
Is there any way to add existing Next.js project to Electron App? I have a Next.js website project, now I'm planning to create an Electron app without using Webview to display the website the directly. I don't want to copy each file so a way like pull code from the website's repository would be awesome
The text was updated successfully, but these errors were encountered: