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
renovate 62ad01fc8f
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
chore(deps): update dependency esbuild to v0.17.12
3 months ago
.gitea feat: add issue template 11 months ago
.github chore: update funding links 4 months ago
.vscode.example feat: improve recommended vscode settings 3 months ago
cypress fix(tests): make sure the task is created with a bucket 3 months ago
docker fix(docker): make sure the service worker and webmanifest are never cached 4 months ago
docs feat: rename list to project everywhere 3 months ago
originalMedia feat: use variable fonts with subsetting (#2817) 6 months ago
patches fix: force usage of @types for flexsearch instead of integrated types 3 months ago
public feat: use variable fonts with subsetting (#2817) 6 months ago
scripts Docker refactoring (#3018) 4 months ago
src fix: rename list to project for parsing subtasks via indention 3 months ago
.drone.yml fix(ci): always pull latest unstable api image for testing 3 months ago
.editorconfig feat: add .editorconfig for scss and css files (#970) 2 years ago
.env.local.example feat(config): Support Setting Base Path in .env 4 months ago
.envrc feat: add nix flake for dev shell 8 months ago
.eslintrc.cjs fix: disable props destructure error 7 months ago
.gitignore feat: add histoire 5 months ago
.npmrc feat: use pnpm 9 months ago
.nvmrc chore(deps): update node.js to v18.15.0 3 months ago
CHANGELOG.md chore: 0.20.5 release preperations 3 months ago
Dockerfile fix(docker): revert unprivileged user 3 months ago
LICENSE Change license to AGPLv3 2 years ago
README.md chore: 0.20.5 release preperations 3 months ago
cliff.toml chore: add git-cliff config 10 months ago
crowdin.cli feat: improve ts setup 11 months ago
cypress.config.ts feat(cypress): use cy.session 5 months ago
env.config.d.ts feat(postcss): mock plugin types (#2930) 5 months ago
env.d.ts feat: add histoire 5 months ago
flake.lock feat: add nix flake for dev shell 8 months ago
flake.nix chore: add git-cliff to flake 7 months ago
histoire.config.ts chore: histoire add logo link 3 months ago
index.html feat: fix broken font preloading (#2980) 5 months ago
netlify.toml feat: use pnpm 9 months ago
package.json chore(deps): update dependency esbuild to v0.17.12 3 months ago
pnpm-lock.yaml chore(deps): update dependency esbuild to v0.17.12 3 months ago
renovate.json feat: use renovate js-app as preset (#3087) 4 months ago
tsconfig.app.json fix(base): Use Build Time Base Path 4 months ago
tsconfig.config.json feat(postcss): mock plugin types (#2930) 5 months ago
tsconfig.json feat(cypress): use cy.session 5 months ago
tsconfig.vitest.json feat: improve ts setup 11 months ago
vite.config.ts feat: rename list to project everywhere 3 months 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. In order to build it from sources run the command below. (Docker >= v19.03)

export DOCKER_BUILDKIT=1
docker build -t vikunja/frontend .

Refer to Refer to multi-platform documentation in order to build for the different platform.

Project setup

pnpm install

Compiles and hot-reloads for development

pnpm run serve

Compiles and minifies for production

pnpm run build

Lints and fixes files

pnpm run lint