statuspage

package
v0.33.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 16, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

README

StatusPage

The Vue project for the canary-checker front-end.

Requirements:

  • node,
  • npm

Rebuild and Package Front-End

To rebuild and pakage into main canary checker application:

# (In the main repo directory)
make vue-dist

Project setup for local development

For local development, in the statuspage directory:

Initialize:

Let npm download all required libraries:

npm install
Run a local development server

Run a local node front-end server that compiles and hot-reloads for development:

npm run serve

Run a local canary-checker back-end:

# in the repo root
make build
./.bin/canary-checker serve -c fixtures/gui_test.yaml --interval=5 --dev=true
Do a manual distribution rebuild

Compiles and minify projet for release

npm run build
Lints and fixes files
npm run lint
Customize configuration

See Configuration Reference.

Documentation

Index

Constants

This section is empty.

Variables

View Source
var StaticContent embed.FS

nolint

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL