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
David Morlitz a94198f2eb Fixed accidental change - restoring original 1 year ago
.github Add github sponsoring 2 years ago
.vscode.example feat: add example configuration for vscode with volor (#791) 2 years ago
cypress Changed button test to look for "Mark task done!" - to match button change 1 year ago
docs Move everything to models and services (#17) 4 years ago
originalMedia fix: llama color (#1212) 1 year ago
public feat: improve playPop helper (#1229) 1 year ago
scripts chore(ci): make sure you cannot tamper the deploy script in a PR 2 years ago
src Fixed accidental change - restoring original 1 year ago
.drone.yml feat: run vue-tsc in ci (#1295) 1 year ago
.editorconfig feat: add .editorconfig for scss and css files (#970) 2 years ago
.gitignore feat: add preview deploys with netlify (#972) 2 years ago
.nvmrc revert: fix: update node in .nvmrc aswell (#886) 2 years ago
CHANGELOG.md chore: 0.18.2 release preparations 2 years ago
Dockerfile feat: remove ssl generation from docker image 2 years ago
LICENSE Change license to AGPLv3 2 years ago
README.md chore: 0.18.2 release preparations 2 years ago
cypress.json chore: change cypress settings to run tests in cypress without needing to modify the config 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 feat: add sentry (#879) 2 years ago
netlify.toml fix: preview deploy for PRs (#990) 2 years ago
nginx.conf feat: remove ssl generation from docker image 2 years ago
package.json chore(deps): update dependency sass to v1.47.0 (#1333) 1 year ago
renovate.json Replace renovate tokens with env 3 years ago
run.sh fix: default sentry dsn in docker 2 years ago
tsconfig.json feat: replace jest with vitest 1 year ago
vite.config.ts feat: replace jest with vitest 1 year ago
yarn.lock chore(deps): update dependency sass to v1.47.0 (#1333) 1 year 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