NOW ARCHIVED AND MERGED INTO ONE REPO, SEE https://kolaente.dev/vikunja/vikunja
This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2024-02-06 16:09:38 +01:00
.gitea
.github
.vscode.example
cypress fix(test): make date assertion not brittle 2024-01-16 10:36:29 +01:00
docker
docs
originalMedia
patches
public
scripts chore(ci): remove netlify dependency (#3459) 2023-05-02 10:10:14 +00:00
src feat(editor): use primary color for currently selected node 2024-02-06 16:09:38 +01:00
.drone.yml chore(deps): pin node.js (#3895) 2024-01-16 11:49:00 +00:00
.editorconfig
.env.local.example
.envrc
.eslintrc.cjs
.gitignore
.npmrc feat: prepare for pnpm 8 (#3331) 2023-03-29 12:02:34 +00:00
.nvmrc
CHANGELOG.md chore: release preparation 2024-01-28 17:43:53 +01:00
cliff.toml
cypress.config.ts
Dockerfile chore(deps): pin node.js (#3895) 2024-01-16 11:49:00 +00:00
env.config.d.ts
env.d.ts
flake.lock
flake.nix chore: add git-cliff to flake 2022-10-28 12:21:18 +02:00
histoire.config.ts
index.html
LICENSE Change license to AGPLv3 2020-12-23 16:47:05 +01:00
netlify.toml feat: use pnpm 2022-09-21 17:29:36 +02:00
package.json fix(deps): update tiptap to v2.2.1 2024-02-05 10:37:28 +00:00
pnpm-lock.yaml fix(deps): update tiptap to v2.2.1 2024-02-05 10:37:28 +00:00
README.md docs: update readme 2024-02-05 21:16:30 +01:00
renovate.json chore(deps): increase renovate timeout 2024-01-16 12:15:04 +01:00
tsconfig.app.json
tsconfig.config.json
tsconfig.json
tsconfig.vitest.json
vite.config.ts

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 multi-platform documentation in order to build for different platforms.

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