You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
simon1506 8a9a5576c6
fix: no drag delay when using mouse on touch device
2 years ago
.github Add github sponsoring 2 years ago
cypress fix: non unique ids (#672) 2 years ago
docs Move everything to models and services (#17) 4 years ago
public User Data Export and import (#699) 2 years ago
scripts Add vite (#416) 2 years ago
src fix: no drag delay when using mouse on touch device 2 years ago
.drone.yml Change building latest docker image 2 years ago
.editorconfig Add default list setting & creating tasks from home (#520) 2 years ago
.gitignore Improve chunk size 2 years ago
CHANGELOG.md 0.18.1 release preparations 2 years ago
Dockerfile Change the docker builder image to a working one on arm 2 years ago
LICENSE Change license to AGPLv3 2 years ago
README.md 0.18.1 release preparations 2 years ago
babel.config.js Add default list setting & creating tasks from home (#520) 2 years ago
cypress.json Add vite (#416) 2 years ago
docker-manifest-unstable.tmpl Switch the :latest docker image tag to contain the latest release instead of the latest unstable 2 years ago
docker-manifest.tmpl Change building latest docker image 2 years ago
index.html PWA improvments (#622) 2 years ago
nginx.conf Fix map_hash_max_size for docker images 2 years ago
package.json chore(deps): update workbox monorepo to v6.3.0 (#730) 2 years ago
ping-weblate.sh Move weblate ping to shell script 2 years ago
renovate.json Replace renovate tokens with env 3 years ago
run.sh Add changing the uid and gid in docker through env variables 3 years ago
tsconfig.json Fix date parsing parsing words with weekdays in them (#607) 2 years ago
vite.config.js feat: provide global variables in all components (#669) 2 years ago
yarn.lock chore(deps): update workbox monorepo to v6.3.0 (#730) 2 years ago

README.md

Web frontend for Vikunja

The todo app to organize your life.

Build Status License: AGPL v3 Download Translation

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

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