Go to file
2021-11-02 19:57:18 +01:00
.github
.vscode.example feat: add example configuration for vscode with volor (#791) 2021-09-26 14:49:06 +00:00
cypress feat: move user settings to multiple components (#889) 2021-10-26 20:58:02 +00: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 Merge branch 'main' into feature/show-namespace-when-searching 2021-11-02 19:57:18 +01:00
.drone.yml feat(ci): update translations only on cron schedule 2021-10-31 15:10:51 +01:00
.editorconfig feat: define node version in .nvmrc file (#789) 2021-09-25 18:33:00 +00:00
.gitignore
.nvmrc revert: fix: update node in .nvmrc aswell (#886) 2021-10-25 16:40:47 +02:00
CHANGELOG.md 0.18.1 release preparations 2021-09-08 19:49:23 +02:00
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 feat: add sentry (#879) 2021-10-26 18:53:17 +00:00
LICENSE
nginx.conf fix: remove gzip compression of woff2 (#824) 2021-10-04 20:00:50 +00:00
package.json fix(deps): update dependency vue-i18n to v9.2.0-beta.17 (#937) 2021-11-02 18:07:32 +00:00
ping-weblate.sh
README.md 0.18.1 release preparations 2021-09-08 19:49:23 +02:00
renovate.json
run.sh feat: add sentry (#879) 2021-10-26 18:53:17 +00: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 fix(deps): update dependency vue-i18n to v9.2.0-beta.17 (#937) 2021-11-02 18:07:32 +00: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