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
kolaente 1b54debb9b
continuous-integration/drone/pr Build is failing Details
fix: loading indicator while loading the list
2022-03-27 18:39:11 +02:00
.github
.vscode.example
cypress
docs
originalMedia
public
scripts
src fix: loading indicator while loading the list 2022-03-27 18:39:11 +02:00
.drone.yml feat: change preview api url (#1584) 2022-02-23 12:05:06 +00:00
.editorconfig
.gitignore
.nvmrc
CHANGELOG.md
Dockerfile
LICENSE
README.md
cypress.json
docker-manifest-unstable.tmpl
docker-manifest.tmpl
index.html
netlify.toml feat: change preview api url (#1584) 2022-02-23 12:05:06 +00:00
nginx.conf
package.json chore(deps): update workbox monorepo to v6.5.2 (#1725) 2022-03-27 15:12:03 +00:00
renovate.json
run.sh
tsconfig.json
vite.config.ts
yarn.lock chore(deps): update workbox monorepo to v6.5.2 (#1725) 2022-03-27 15:12:03 +00:00

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.

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Lints and fixes files

yarn run lint