OpenStack Skyline Console
Project description
简体中文| English
Table of contents
Resources
Prerequisites
node: lts/erbium (v12.*)
yarn: 1.22.4 +
Local Environment
Take CentOS as an example
Install nvm ( version control system for nodejs )
wget -P /root/ --tries=10 --retry-connrefused --waitretry=60 --no-dns-cache --no-cache https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh bash /root/install.sh . /root/.nvm/nvm.shInstall nodejs
NODE_VERSION=erbium nvm install --lts=$NODE_VERSION nvm alias default lts/$NODE_VERSION nvm use defaultVerify nodejs and npm versions
node -v # v12.*.* npm -v # 6.*.*Install yarn
npm install -g yarnInstall the project dependency under the root directory, with package.json in the same place.
yarn installAfter those steps, please just wait until the installation is complete.
Usage
Under the root directory, with package.json in the same place.
yarn run mock: Use the mock interface of rap2
yarn run dev: To use the actual interface, you can copy config/config.yaml to config/local_config.yaml , and replace the server value with the correct address.
yarn run build: Build packages and then you can hand over the contents of the generated dist directory to the back end.
Docs
How to develop
How to test
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file skyline-console-3.0.0.tar.gz.
File metadata
- Download URL: skyline-console-3.0.0.tar.gz
- Upload date:
- Size: 26.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
32260db44570f1af34ba55e90819aad56937de01f716221cfa09f8628cffd7ae
|
|
| MD5 |
4a423d85227f08012e4fdac6ac5ae7bf
|
|
| BLAKE2b-256 |
3b0c23e6d1134febdf197c6a8ed0d4d96476544dc0b4478b8fdc43f14db80a1c
|
File details
Details for the file skyline_console-3.0.0-py3-none-any.whl.
File metadata
- Download URL: skyline_console-3.0.0-py3-none-any.whl
- Upload date:
- Size: 5.9 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57d442c92cd9dc4f3af139b8ae2c1d41814aeeb7c1585d49d6be5af8f3d8b4e9
|
|
| MD5 |
4494950c83d5a4561e77766d54d9d3b9
|
|
| BLAKE2b-256 |
f65742cb88433d95b5bc26c487e6dcbafee22b111ce3f5380a4813ae2b5879c6
|