gatus/web/app
David Wheatley 22d74a5ea8
feat(ui): Allow configuring meta description (#342)
* feat: add description prop to HTML template

* feat: add desc property to backend config validation

* test: add desc field to ui config test

* chore: add default description text

* test: add test for description default

* docs: add description config option explanation

* Update README.md

* Update config/ui/ui_test.go

Co-authored-by: TwiN <twin@linux.com>
2022-11-01 00:33:19 -04:00
..
public feat(ui): Allow configuring meta description (#342) 2022-11-01 00:33:19 -04:00
src chore: Clean up unused assets 2022-10-19 17:53:43 -04:00
.gitignore Start working on migrating frontend to Vue 3 2021-01-24 04:50:58 -05:00
babel.config.js Start working on migrating frontend to Vue 3 2021-01-24 04:50:58 -05:00
package-lock.json ui: Replace and reposition old icons by SVG icons (#349) 2022-10-19 17:38:32 -04:00
package.json ui: Replace and reposition old icons by SVG icons (#349) 2022-10-19 17:38:32 -04:00
postcss.config.js Update tailwind and fix configuration 2021-04-06 23:39:53 -04:00
README.md Start working on migrating frontend to Vue 3 2021-01-24 04:50:58 -05:00
tailwind.config.js chore: Upgrade Tailwind from v2 to v3 2022-01-02 21:14:01 -05:00
vue.config.js Remove web.context-root 2021-01-31 05:49:01 -05:00

app

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.