mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2026-02-04 06:51:44 +00:00
add node minial version
Signed-off-by: andy.lee <andy.lee@suse.com>
This commit is contained in:
parent
4f44be4826
commit
4a19223afe
@ -27,6 +27,11 @@ To install the Harvester UI Extension in Rancher 2.10.0 and newer:
|
|||||||
|
|
||||||
This is what you probably want to get started.
|
This is what you probably want to get started.
|
||||||
|
|
||||||
|
### Prerequisite
|
||||||
|
|
||||||
|
Nodejs version >= 20
|
||||||
|
|
||||||
|
|
||||||
### Standalone Mode
|
### Standalone Mode
|
||||||
|
|
||||||
For development, serve with hot reload at https://localhost:8005
|
For development, serve with hot reload at https://localhost:8005
|
||||||
@ -54,6 +59,9 @@ In this mode, you need to have Rancher and run Harvester UI Extension as Rancher
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
API=https://your-rancher-ip yarn dev
|
API=https://your-rancher-ip yarn dev
|
||||||
|
|
||||||
|
# Example
|
||||||
|
API=https://192.168.1.123 yarn dev
|
||||||
```
|
```
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user