gatus/web/app
dependabot[bot] 861c443842
chore(deps): bump loader-utils from 1.4.0 to 1.4.2 in /web/app (#365)
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-12 14:51:39 -05:00
..
public feat(ui): Allow configuring meta description (#342) 2022-11-01 00:33:19 -04:00
src ui: Show "now" if the pretty time difference is less than 500ms 2022-11-01 00:44:41 -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 chore(deps): bump loader-utils from 1.4.0 to 1.4.2 in /web/app (#365) 2022-11-12 14:51:39 -05: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.