gatus/web/app
2022-06-12 19:18:50 -04:00
..
public feat(ui): Add support for buttons below header (#106) 2022-04-25 20:20:32 -04:00
src refactor: Fix indent 2022-06-12 19:18:50 -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(ui): Update dependencies and rebuild static assets 2022-06-12 19:18:50 -04:00
package.json chore(ui): Update dependencies and rebuild static assets 2022-06-12 19:18:50 -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.