NOW ARCHIVED AND MERGED INTO ONE REPO, SEE https://kolaente.dev/vikunja/vikunja
This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
renovate 895f1c676b
continuous-integration/drone/push Build is passing Details
Update dependency marked to v2.0.1 (#417)
Reviewed-on: #417
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-02-27 08:43:25 +00:00
.github
cypress Fix task pagination 2021-02-20 17:10:56 +01:00
docs
public Play a sound when marking a task as done 2021-01-30 21:45:54 +01:00
scripts
src Fix team name in team member added notification 2021-02-23 19:17:45 +01:00
.drone.yml Add separate manifest template for latest 2021-02-14 23:41:29 +01:00
.gitignore
CHANGELOG.md
Dockerfile Change main branch to main 2021-02-10 18:17:20 +01:00
LICENSE
README.md
babel.config.js
cypress.json
docker-manifest-latest.tmpl Add separate manifest template for latest 2021-02-14 23:41:29 +01:00
docker-manifest.tmpl Add arm64 builds 2021-02-04 21:46:45 +01:00
nginx.conf Fix map_hash_max_size for docker images 2021-02-04 22:05:02 +01:00
package.json Update dependency marked to v2.0.1 (#417) 2021-02-27 08:43:25 +00:00
renovate.json
run.sh
vue.config.js
yarn.lock Update dependency marked to v2.0.1 (#417) 2021-02-27 08:43:25 +00:00

README.md

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