This repository has been archived on 2025-10-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
renovate ab2b514515 Update dependency vue-advanced-cropper to v1.3.2 (#425)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/425
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-03-11 14:46:28 +00:00
.github
cypress Fix task pagination 2021-02-20 17:10:56 +01:00
docs
public
scripts
src Fix kanban infinite scrolling on chrome 2021-03-10 17:45:07 +01:00
.drone.yml Add separate manifest template for latest 2021-02-14 23:41:29 +01:00
.gitignore
babel.config.js
CHANGELOG.md
cypress.json
docker-manifest-latest.tmpl Add separate manifest template for latest 2021-02-14 23:41:29 +01:00
docker-manifest.tmpl
Dockerfile
LICENSE
nginx.conf
package.json Update dependency vue-advanced-cropper to v1.3.2 (#425) 2021-03-11 14:46:28 +00:00
README.md
renovate.json
run.sh
vue.config.js
yarn.lock Update dependency vue-advanced-cropper to v1.3.2 (#425) 2021-03-11 14:46:28 +00:00

Web frontend for Vikunja

The todo app to organize your life.

Build Status License: AGPL v3 Download

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!

Docker

There is a docker image available with support for http/2 and aggressive caching enabled.

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Lints and fixes files

yarn run lint