mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-26 06:59:52 +03:00
chore: update electron example (#210)
Add examples to electron path Add run command
This commit is contained in:
parent
21e3ad51af
commit
7c00b85183
1 changed files with 5 additions and 1 deletions
|
@ -16,10 +16,14 @@ computer.
|
|||
* After building the web application, navigate to the ```electron``` directory
|
||||
and execute following commands to build the executable:
|
||||
```bash
|
||||
cd electron
|
||||
cd examples/electron
|
||||
npm install
|
||||
npm run dist
|
||||
```
|
||||
* Run the application:
|
||||
```bash
|
||||
npm start
|
||||
```
|
||||
If you encounter any issues, please check the troubleshooting below.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue