This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [vue-flatpickr-component](https://github.com/ankurk91/vue-flatpickr-component) | dependencies | patch | [`9.0.6` -> `9.0.8`](https://renovatebot.com/diffs/npm/vue-flatpickr-component/9.0.6/9.0.8) | --- ### Release Notes <details> <summary>ankurk91/vue-flatpickr-component</summary> ### [`v9.0.8`](https://github.com/ankurk91/vue-flatpickr-component/blob/HEAD/CHANGELOG.md#​908-httpsgithubcomankurk91vue-flatpickr-componentcompare906908) [Compare Source](https://github.com/ankurk91/vue-flatpickr-component/compare/13c93d0e16884cf9b788a48a4af2d6783f242304...9.0.8) - Add type definition - Allow to run with `@vue/compat` ### [`v9.0.7`](https://github.com/ankurk91/vue-flatpickr-component/compare/9.0.6...13c93d0e16884cf9b788a48a4af2d6783f242304) [Compare Source](https://github.com/ankurk91/vue-flatpickr-component/compare/9.0.6...13c93d0e16884cf9b788a48a4af2d6783f242304) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTMuNCIsInVwZGF0ZWRJblZlciI6IjMyLjE1My40In0=--> Co-authored-by: Dominik Pschenitschni <mail@celement.de> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2494 Reviewed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de> Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de> |
||
|---|---|---|
| .gitea | ||
| .github | ||
| .vscode.example | ||
| cypress | ||
| docs | ||
| originalMedia | ||
| public | ||
| scripts | ||
| src | ||
| .drone.yml | ||
| .editorconfig | ||
| .envrc | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .npmrc | ||
| .nvmrc | ||
| CHANGELOG.md | ||
| cliff.toml | ||
| crowdin.cli | ||
| cypress.config.ts | ||
| docker-manifest-unstable.tmpl | ||
| docker-manifest.tmpl | ||
| Dockerfile | ||
| env.d.ts | ||
| flake.lock | ||
| flake.nix | ||
| index.html | ||
| LICENSE | ||
| netlify.toml | ||
| nginx.conf | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| renovate.json | ||
| run.sh | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.vite-config.json | ||
| tsconfig.vitest.json | ||
| vite.config.ts | ||
Web frontend for Vikunja
The todo app to organize your life.
This is the web frontend for Vikunja, written in Vue.js.
Take a look at our roadmap (hosted on Vikunja!) for a list of things we're currently working on!
Security Reports
If you find any security-related issues you don't want to disclose publicly, please use the contact information on our website.
Docker
There is a docker image available with support for http/2 and aggressive caching enabled.
Project setup
pnpm install
Compiles and hot-reloads for development
pnpm run serve
Compiles and minifies for production
pnpm run build
Lints and fixes files
pnpm run lint
