Rancher Extension used in rancher/dashboard for Elemental/OS Management UI.
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
This is about updating the @shell package which is the base from rancher/dashboard
# Update
yarn create @rancher/update
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
For developers, after reading through the introduction on this page, head over to our Getting Started guide to learn more.
Check Elemental UI Apache License details here