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-17 18:07:37 +01:00
public First commit 2019-01-17 18:07:37 +01:00
src First commit 2019-01-17 18:07:37 +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
package-lock.json First commit 2019-01-17 18:07:37 +01:00
package.json First commit 2019-01-17 18:07:37 +01:00
postcss.config.js First commit 2019-01-17 18:07:37 +01:00
README.md First commit 2019-01-17 18:07:37 +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

alerta-webui-vue

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

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

Customize configuration

See Configuration Reference.