mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 13:11:43 +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.
|
||||
|
||||
### Prerequisite
|
||||
|
||||
Nodejs version >= 20
|
||||
|
||||
|
||||
### Standalone Mode
|
||||
|
||||
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
|
||||
API=https://your-rancher-ip yarn dev
|
||||
|
||||
# Example
|
||||
API=https://192.168.1.123 yarn dev
|
||||
```
|
||||
|
||||
## Contributing
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user