Skip to main content

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.sh
  • Install nodejs

    NODE_VERSION=erbium
    nvm install --lts=$NODE_VERSION
    nvm alias default lts/$NODE_VERSION
    nvm use default
  • Verify nodejs and npm versions

    node -v
    # v12.*.*
    npm -v
    # 6.*.*
  • Install yarn

    npm install -g yarn
  • Install the project dependency under the root directory, with package.json in the same place.

    yarn install

    After 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, please change the “http://pre.xxx.com” in line 47 into the real address in file webpack.dev.js.

  • 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

skyline-console-2.0.0.0rc1.tar.gz (25.8 MB view details)

Uploaded Source

Built Distribution

skyline_console-2.0.0.0rc1-py3-none-any.whl (5.7 MB view details)

Uploaded Python 3

File details

Details for the file skyline-console-2.0.0.0rc1.tar.gz.

File metadata

  • Download URL: skyline-console-2.0.0.0rc1.tar.gz
  • Upload date:
  • Size: 25.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.1

File hashes

Hashes for skyline-console-2.0.0.0rc1.tar.gz
Algorithm Hash digest
SHA256 ea5a27802629a35efd2cb1d4ba2d5f15ce6a5ba8f3d15a3506d905e1bbab407c
MD5 b98383fbdf09ed6a680153c4fb679c2b
BLAKE2b-256 a3a33251893ae0c048636c163a69247a67a80b9cc0330a4250afc9ebdb5e0b93

See more details on using hashes here.

Provenance

File details

Details for the file skyline_console-2.0.0.0rc1-py3-none-any.whl.

File metadata

File hashes

Hashes for skyline_console-2.0.0.0rc1-py3-none-any.whl
Algorithm Hash digest
SHA256 977e2848c57fb4c189f01f107822c2f4b32ec067194c3763e532699957edba63
MD5 75a304c77404f950212ab81f8e6fcd39
BLAKE2b-256 5dda75943f593c1c10a1ef374ca4111d385dcb079f11345e0ddcc6a3dd63d8e6

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page