The to-do app to organize your life. Public API Roadmap here: https://my.vikunja.cloud/share/QFyzYEmEYfSyQfTOmIRSwLUpkFjboaBqQCnaPmWd/auth?view=kanban
Go to file
renovate 54148683f8
chore(deps): update typescript-eslint monorepo to v5.2.0 (#898)
Reviewed-on: vikunja/frontend#898
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-10-25 21:02:21 +02:00
.github
.vscode.example
cypress Merge branch 'main' into vue3 2021-10-15 20:43:11 +02:00
docs
originalMedia feat: compress media files (#818) 2021-10-03 18:48:02 +00:00
public feat: compress media files (#818) 2021-10-03 18:48:02 +00:00
scripts
src [skip ci] Updated translations via Crowdin 2021-10-25 21:02:21 +02:00
.drone.yml revert: chore(deps): update node.js to v17 (#883) 2021-10-25 16:40:47 +02:00
.editorconfig
.gitignore
.nvmrc revert: fix: update node in .nvmrc aswell (#886) 2021-10-25 16:40:47 +02:00
CHANGELOG.md
cypress.json chore: change cypress settings to run tests in cypress without needing to modify the config 2021-10-02 20:07:38 +02:00
docker-manifest-unstable.tmpl
docker-manifest.tmpl
Dockerfile revert: chore(deps): update node.js to v17 (#883) 2021-10-25 16:40:47 +02:00
index.html
LICENSE
nginx.conf fix: remove gzip compression of woff2 (#824) 2021-10-04 20:00:50 +00:00
package.json chore(deps): update typescript-eslint monorepo to v5.2.0 (#898) 2021-10-25 21:02:21 +02:00
ping-weblate.sh
README.md
renovate.json
run.sh fix(docker): properly replace api url 2021-10-04 20:55:05 +02:00
tsconfig.json feat: some vue3 package improvements 2021-10-11 18:49:44 +02:00
vite.config.js Merge branch 'main' into feature/vue3-implementation-improvements 2021-10-11 18:40:06 +02:00
yarn.lock chore(deps): update typescript-eslint monorepo to v5.2.0 (#898) 2021-10-25 21:02:21 +02:00

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