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
2022-02-20 21:07:49 +01:00
.github
.vscode.example
cypress Merge branch 'main' into feature/date-math 2022-02-20 20:25:06 +01:00
docs
originalMedia
public
scripts feat: change port to 4173 2022-02-18 13:00:20 +01:00
src chore: remove rel for help docs 2022-02-20 21:07:49 +01:00
.drone.yml feat: change port to 4173 2022-02-18 13:00:20 +01:00
.editorconfig
.gitignore
.nvmrc
CHANGELOG.md
cypress.json feat: change port to 4173 2022-02-18 13:00:20 +01:00
docker-manifest-unstable.tmpl
docker-manifest.tmpl
Dockerfile
index.html
LICENSE
netlify.toml
nginx.conf
package.json chore(deps): update dependency @faker-js/faker to v6.0.0-alpha.7 (#1587) 2022-02-20 19:15:58 +00:00
README.md chore: 0.18.2 release preparations 2021-11-23 20:22:07 +01:00
renovate.json
run.sh
tsconfig.json feat: enable strictNullChecks ts setting (#1538) 2022-02-13 21:55:46 +00:00
vite.config.ts Merge branch 'main' into feature/date-math 2022-02-20 20:25:06 +01:00
yarn.lock chore(deps): update dependency @faker-js/faker to v6.0.0-alpha.7 (#1587) 2022-02-20 19:15:58 +00:00

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