Wails: Question: Do I have to use NodeJS / NPM?

Created on 27 May 2020  路  8Comments  路  Source: wailsapp/wails

ssia

wontfix

All 8 comments

Technically no, it should work, but I haven't personally tested it. Update project.json with the commands you want to issue for install, build and bridge:

 "frontend": {
  "dir": "frontend",
  "install": "npm install",
  "build": "npm run build",
  "bridge": "src",
  "serve": "npm run serve"
 },

Let us know how you get on!

Thanks! I'll give this a try with one of my Self-hosted Apps

Let us know if you need anything.

@prologic any luck?

Sorry haven't had a chance yet (work/etc). I will try something tomorrow hopefully.

@prologic any luck?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Finally found something I _think_ I want to use with Wails! I will attempt to build a Desktop app for twtxt (https://twtxt.net). If I run into any issues I'll be sure to help you fix them or submit PRs to fix them myself. Sorry for the delayed response; but you know; "free time" is rather limiting when you also have to do your day job!

Was this page helpful?
0 / 5 - 0 ratings