I'm a .NET developer in Japan usually, but I love to write JavaScript/TypeScript in my spare time.
This article introduces Nextron, which can make...
For further actions, you may consider blocking this person and/or reporting abuse
Wow I never expected to find what I need so randomly, I'll test it on the week.
I'm very glad to hear that!
Could you let me know how it was, afterwards?
On my side, I'll test it by developing markdown editor, too :)
I'm testing on windows, at the moment Windows build don't finish. (My target with electron is Windows and I work on Windows) I'm gonna try on Linux. From Nextron can could it be possible to choose build OS? (I'm new to elctron)
For now, default
yarn buildcommand generates all platform builds.Ok, I'll add build options for each platform today :)
This is what happens with Build
Could you run
node node_modules/nextron/build/javasript/start.js?Above is internal
yarn dev.This may be webpacking main process error, so above command would tell us something.
Or, you use latest nextron(0.2.*)?
If so, i'm sorry for bugs i know that, and i'll fix them tonight(in Japan time).
nextron v0.1.* might work for you.
(
npm install --global nextron@0.1.*)Thanks for the hard work, I'll keep testing it, hope to see great support for the project, already 1k download.
Fix almost all bugs, now released
nextron@0.6.1<3Upgraded dependencies:
electron@^2.0.4next@6.1.1Peer dependencies:
react@^16react-dom@^16Here is sample:
Glad to hear that,I'll be testing later in the day.
Implemented some examples like Material UI <3
You can try it by the command like below:
Hope you can see it:
how do I be able to access the pages with the application and production, developing access normally by port 8888, but in production how do I do?