mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-05-01 09:29:55 +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
|
* After building the web application, navigate to the ```electron``` directory
|
||||||
and execute following commands to build the executable:
|
and execute following commands to build the executable:
|
||||||
```bash
|
```bash
|
||||||
cd electron
|
cd examples/electron
|
||||||
npm install
|
npm install
|
||||||
npm run dist
|
npm run dist
|
||||||
```
|
```
|
||||||
|
* Run the application:
|
||||||
|
```bash
|
||||||
|
npm start
|
||||||
|
```
|
||||||
If you encounter any issues, please check the troubleshooting below.
|
If you encounter any issues, please check the troubleshooting below.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue