mirror of
https://github.com/webui-dev/webui
synced 2025-03-28 21:13:17 +00:00
Update README.md
This commit is contained in:
parent
6c7948d96d
commit
601d8fb86b
@ -1,38 +1,4 @@
|
||||
|
||||
# WebUI Examples - TypeScript / JavaScript
|
||||
# WebUI Examples - Node.js
|
||||
|
||||
WebUI can use [Deno](https://deno.land/) or [Node.js](https://nodejs.org/) runtimes to parse any `JavaScript` or `TypeScript` files.
|
||||
|
||||
## Deno
|
||||
|
||||
1. Download and [Install Deno](https://github.com/denoland/deno/releases) (*Or just copy deno binary file into this folder*)
|
||||
2. Build WebUI Library (*[instructions](https://github.com/alifcommunity/webui/tree/main/build)*)
|
||||
3. Build `example.c` using any C compiler (*[instructions](https://github.com/alifcommunity/webui/tree/main/examples/C)*)
|
||||
|
||||
Folder structure example (*Windows*)
|
||||
|
||||
[My Folder]
|
||||
* Deno.exe (if not installed)
|
||||
* Example.exe
|
||||
* index.html
|
||||
* style.css
|
||||
* file1.ts
|
||||
* file2.js
|
||||
* ...
|
||||
|
||||
## Node.js
|
||||
|
||||
1. Download and [Install Node.js](https://nodejs.org/en/download/)
|
||||
2. Build WebUI Library (*[instructions](https://github.com/alifcommunity/webui/tree/main/build)*)
|
||||
3. Edit `example.c` and **change** `webui.runtime.deno` to `webui.runtime.nodejs`
|
||||
4. Build `example.c` using any C compiler (*[instructions](https://github.com/alifcommunity/webui/tree/main/examples/C)*)
|
||||
|
||||
Folder structure example (*Windows*)
|
||||
|
||||
[My Folder]
|
||||
* Example.exe
|
||||
* index.html
|
||||
* style.css
|
||||
* file1.js
|
||||
* file2.js
|
||||
* ...
|
||||
WebUI can create a web server and use [Node.js](https://nodejs.org/) runtimes to parse `JavaScript` files. Another way is simply create a web server using Node.js and run a simple system command to run a basic WebUI application to open a window.
|
||||
|
Loading…
x
Reference in New Issue
Block a user