You can not 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 1392d7f101
fix(deps): update dependency ufo to v1.1.1
3 weeks ago
.gitea feat: add issue template 8 months ago
.github chore: update funding links 2 months ago
.vscode.example feat: improve recommended vscode settings 3 weeks ago
cypress feat: header improvements 1 month ago
docker fix(docker): make sure the service worker and webmanifest are never cached 4 weeks ago
docs Move everything to models and services (#17) 4 years ago
originalMedia feat: use variable fonts with subsetting (#2817) 3 months ago
public feat: use variable fonts with subsetting (#2817) 3 months ago
scripts Docker refactoring (#3018) 2 months ago
src fix(task): allow clicking on the whole task to open the task detail view 3 weeks ago
.drone.yml fix(ci): disable auto_tag for release docker images 2 months ago
.editorconfig feat: add .editorconfig for scss and css files (#970) 1 year ago
.env.local.example feat(config): Support Setting Base Path in .env 2 months ago
.envrc feat: add nix flake for dev shell 6 months ago
.eslintrc.cjs fix: disable props destructure error 5 months ago
.gitignore feat: add histoire 3 months ago
.npmrc feat: use pnpm 6 months ago
.nvmrc chore(deps): update node.js to v18.14.2 4 weeks ago
CHANGELOG.md chore: 0.20.3 release preperations 2 months ago
Dockerfile Added ipv6 control script 1 month ago
LICENSE Change license to AGPLv3 2 years ago
README.md chore: remove sponsor 1 month ago
cliff.toml chore: add git-cliff config 8 months ago
crowdin.cli feat: improve ts setup 9 months ago
cypress.config.ts feat(cypress): use cy.session 3 months ago
env.config.d.ts feat(postcss): mock plugin types (#2930) 3 months ago
env.d.ts feat: add histoire 3 months ago
flake.lock feat: add nix flake for dev shell 6 months ago
flake.nix chore: add git-cliff to flake 5 months ago
histoire.config.ts feat: add histoire 3 months ago
index.html feat: fix broken font preloading (#2980) 2 months ago
netlify.toml feat: use pnpm 6 months ago
package.json fix(deps): update dependency ufo to v1.1.1 3 weeks ago
pnpm-lock.yaml fix(deps): update dependency ufo to v1.1.1 3 weeks ago
renovate.json feat: use renovate js-app as preset (#3087) 1 month ago
tsconfig.app.json fix(base): Use Build Time Base Path 2 months ago
tsconfig.config.json feat(postcss): mock plugin types (#2930) 3 months ago
tsconfig.json feat(cypress): use cy.session 3 months ago
tsconfig.vitest.json feat: improve ts setup 9 months ago
vite.config.ts fix(postcss-preset-env): client side polyfills (#3051) 1 month 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