Rancher UI Plugin for Elemental
Go to file
Alexandre Alves 162316e49f
Add pull-requests permission to workflow
2025-10-21 15:49:32 +01:00
.github/workflows Add pull-requests permission to workflow 2025-10-21 15:49:32 +01:00
.vscode
pkg/elemental Bump version to 3.0.2-rc.1 2025-10-21 15:47:54 +01:00
.eslintignore
.eslintrc.js
.gitignore
.nvmrc
.yarnrc.yml
LICENSE
README.md
babel.config.js
package.json
tsconfig.json
vue.config.js
yarn.lock

README.md

elemental-ui

Rancher Extension used in rancher/dashboard for Elemental/OS Management UI.

Running for Development

This is what you probably want to get started.

# Install dependencies
yarn install

# For development, serve with hot reload at https://localhost:8005
# using the endpoint for your Rancher API
API=https://your-rancher yarn dev
# or put the variable into a .env file
# Goto https://localhost:8005

Updating @shell package

This is about updating the @shell package which is the base from rancher/dashboard

# Update
yarn create @rancher/update

Building the extension for production

Bump the app version on package.json file, then run:

# Build for production
./scripts/publish -g 
# add flag -f if you need to overwrite an existing version


# If you need to test the built extension
yarn serve-pkgs

Contributing

For developers, after reading through the introduction on this page, head over to our Getting Started guide to learn more.

License

Check Elemental UI Apache License details here