Skyline Console Settings Reference¶
Prepare a usable backend
Prepare an accessible backend, for example:
https://172.20.154.250Add file
config/local_config.yaml:
server: https://172.20.154.250
Configure access host and port
The default configuration is in
config/config.yaml-hostis0.0.0.0-portis8088- If the current configuration does not need to be changed, the following steps do not need to be operated.Added file
config/local_config.yamlAdd
hostandportconfigurations
host: localhost port: 8080
Execute in the project root directory, which is the same level as
package.jsonyarn run dev
Use the
hostandportconfigured inconfig/config.yamlorconfig/local_config.yamlto access, such ashttp://localhost:8088.
The front-end real-time update environment used for development is done.