Files
vikunja/frontend
kolaente 3f0eaa5487 fix(editor): make bubbling changes from outside work
This partially reverts a change introduced in ca1384e3c9 which led to a bug where a comment on a task, which was just saved, stayed in the editor. The editor switched to read-only mode after that.
2025-01-21 12:35:02 +01:00
..
2025-01-17 07:53:54 +00:00
2024-02-10 14:46:33 +01:00
2024-02-09 15:32:12 +01:00
2024-12-10 18:40:27 +01:00
2024-10-29 09:57:53 +00:00
2025-01-17 10:41:45 +01:00
2025-01-19 19:39:40 +00:00

Web frontend for Vikunja

The todo app to organize your life.

License: AGPL v3 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!

For general information about the project, refer to the top-level readme of this repo.

Project setup

pnpm install

Compiles and hot-reloads for development

pnpm run dev

Compiles and minifies for production

pnpm run build

Lints and fixes files

pnpm run lint