Go to file
Evgeniya Vashkevich aaeee63616
Merge pull request #1 from eva-vashkevich/init-2
Added cloud credential
2025-09-24 08:00:34 -07:00
pkg/ali messing with lint 2025-09-22 13:08:19 -07:00
.eslintignore all 2025-09-10 08:22:26 -07:00
.eslintrc.js messing with lint 2025-09-22 13:08:19 -07:00
.gitignore Added cloud credential and Cluster creation skeleton 2025-08-27 00:11:32 -07:00
.nvmrc Added cloud credential and Cluster creation skeleton 2025-08-27 00:11:32 -07:00
LICENSE Added cloud credential and Cluster creation skeleton 2025-08-27 00:11:32 -07:00
README.md cleanup 2025-09-22 13:17:41 -07:00
babel.config.js Added cloud credential and Cluster creation skeleton 2025-08-27 00:11:32 -07:00
package.json fixed comments. again 2025-09-22 12:57:32 -07:00
tsconfig.json Added cloud credential and Cluster creation skeleton 2025-08-27 00:11:32 -07:00
vue.config.js Added cloud credential and Cluster creation skeleton 2025-08-27 00:11:32 -07:00
vuex.d.ts Added cloud credential and Cluster creation skeleton 2025-08-27 00:11:32 -07:00
yarn.lock fixed comments. again 2025-09-22 12:57:32 -07:00

README.md

ali-ui

Rancher Extension used in rancher/dashboard to provision Alibaba Cloud clusters.

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
yarn publish-pkgs
# add flag -f if you need to overwrite an existing version


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

Installing released versions of the Ali UI

NOTE: This UI is currently in development.

License

Check Ali UI Apache License details here# ali-ui