0
0
Fork 0
mirror of https://github.com/alerta/alerta-webui.git synced 2025-03-16 21:43:29 +00:00
No description
Find a file
2019-01-18 09:57:49 +01:00
public Add page title to browser tab and update favicon 2019-01-18 09:57:49 +01:00
src Add page title to browser tab and update favicon 2019-01-18 09:57:49 +01:00
tests First commit 2019-01-17 18:07:37 +01:00
.browserslistrc First commit 2019-01-17 18:07:37 +01:00
.env.production First commit 2019-01-17 18:07:37 +01:00
.eslintrc.js First commit 2019-01-17 18:07:37 +01:00
.gitignore First commit 2019-01-17 18:07:37 +01:00
.prettierrc First commit 2019-01-17 18:07:37 +01:00
.travis.yml First commit 2019-01-17 18:07:37 +01:00
babel.config.js First commit 2019-01-17 18:07:37 +01:00
cypress.json First commit 2019-01-17 18:07:37 +01:00
jest.config.js First commit 2019-01-17 18:07:37 +01:00
LICENSE Update README and add LICENSE 2019-01-17 19:33:05 +01:00
package-lock.json Add page title to browser tab and update favicon 2019-01-18 09:57:49 +01:00
package.json Add page title to browser tab and update favicon 2019-01-18 09:57:49 +01:00
postcss.config.js First commit 2019-01-17 18:07:37 +01:00
README.md Update README and add LICENSE 2019-01-17 19:33:05 +01:00
tsconfig.json First commit 2019-01-17 18:07:37 +01:00
vue.config.js First commit 2019-01-17 18:07:37 +01:00

beta.alerta.io

Gitter chat

This is the repository for the next major release of the Alerta web console.

Installation

TBC

Development

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Tests

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your end-to-end tests

npm run test:e2e

Run your unit tests

npm run test:unit

License

Alerta monitoring system and console
Copyright 2019 Nick Satterly

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.