Frontend Roadmap here:
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
cernst e3e89899e5 Merge branch 'main' into main 4 days ago
.gitea feat: add issue template 8 months ago
.github chore: update funding links 2 months ago
.vscode.example feat: improve recommended vscode settings 4 weeks ago
cypress fix(tests): make sure the task is created with a bucket 1 week ago
docker fix(docker): make sure the service worker and webmanifest are never cached 1 month ago
docs feat: rename list to project everywhere 1 week ago
originalMedia feat: use variable fonts with subsetting (#2817) 3 months ago
patches fix: force usage of @types for flexsearch instead of integrated types 1 week ago
public feat: use variable fonts with subsetting (#2817) 3 months ago
scripts Docker refactoring (#3018) 2 months ago
src Merge branch 'main' into main 4 days ago
.drone.yml fix(ci): always pull latest unstable api image for testing 1 week 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.15.0 2 weeks ago
CHANGELOG.md chore: 0.20.5 release preperations 2 weeks ago
Dockerfile fix(docker): revert unprivileged user 2 weeks ago
LICENSE Change license to AGPLv3 2 years ago
README.md chore: 0.20.5 release preperations 2 weeks 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 chore: histoire add logo link 2 weeks ago
index.html feat: fix broken font preloading (#2980) 2 months ago
netlify.toml feat: use pnpm 6 months ago
package.json chore(deps): update dependency @cypress/vue to v5.0.5 4 days ago
pnpm-lock.yaml chore(deps): update dependency @cypress/vue to v5.0.5 4 days 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 feat: rename list to project everywhere 1 week 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