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
renovate 84472d2e9c chore(deps): update dependency happy-dom to v9.1.9 2 months ago
.gitea feat: add issue template 10 months ago
.github chore: update funding links 4 months ago
.vscode.example feat: improve recommended vscode settings 3 months ago
cypress feat: abstract BaseCheckbox 2 months ago
docker fix(docker): make sure the service worker and webmanifest are never cached 3 months ago
docs feat: rename list to project everywhere 3 months ago
originalMedia fix: improve the "pop" sound a bit 2 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: make sure the unread notifications indicator is correctly positioned 2 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: prepare for pnpm 8 (#3331) 2 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 fix: has-pseudo-class polyfill 2 months ago
flake.lock chore(deps): update flake 2 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) 4 months ago
netlify.toml feat: use pnpm 8 months ago
package.json chore(deps): update dependency happy-dom to v9.1.9 2 months ago
pnpm-lock.yaml chore(deps): update dependency happy-dom to v9.1.9 2 months ago
renovate.json feat: use renovate js-app as preset (#3087) 3 months ago
tsconfig.app.json fix: ignore ts deprecations for now 2 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 fix: has-pseudo-class polyfill 2 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