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
renovate 2ed9191114
continuous-integration/drone/pr Build is pending Details
chore(deps): update node.js to v20.8
2023-09-29 19:08:34 +00:00
.gitea
.github
.vscode.example
cypress fix: tests 2023-09-03 16:30:36 +02:00
docker feat: allow custom logo via environment variable (#3685) 2023-08-23 16:13:29 +00:00
docs
originalMedia
patches
public
scripts
src fix(project): correctly show project color next to project title in list view 2023-09-29 20:46:02 +02:00
.drone.yml chore(deps): update node.js to v20.8 2023-09-29 19:08:34 +00:00
.editorconfig
.env.local.example
.envrc
.eslintrc.cjs
.gitignore
.npmrc
.nvmrc chore(deps): update node.js to v18.17.1 2023-08-21 10:58:19 +00:00
CHANGELOG.md
Dockerfile chore(deps): update node.js to v20.8 2023-09-29 19:08:34 +00:00
LICENSE
README.md
cliff.toml
cypress.config.ts
env.config.d.ts
env.d.ts
flake.lock chore: update flake 2023-08-21 12:22:30 +02:00
flake.nix
histoire.config.ts
index.html feat: allow custom logo via environment variable (#3685) 2023-08-23 16:13:29 +00:00
netlify.toml
package.json chore(deps): update dev-dependencies (#3747) 2023-09-27 07:34:49 +00:00
pnpm-lock.yaml chore(deps): update dev-dependencies (#3747) 2023-09-27 07:34:49 +00:00
renovate.json
tsconfig.app.json
tsconfig.config.json
tsconfig.json
tsconfig.vitest.json
vite.config.ts

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