Frontend Roadmap here:
Go to file
renovate 70934c6a0b fix(deps): pin dependency @types/is-touch-device to 1.0.0 (#1308)
Reviewed-on: vikunja/frontend#1308
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-01-05 16:45:48 +00:00
.github
.vscode.example
cypress fix: namespace new buttons on mobile (#1262) 2022-01-05 12:46:33 +00:00
docs
originalMedia fix: llama color (#1212) 2021-12-19 20:08:59 +00:00
public feat: improve playPop helper (#1229) 2021-12-21 17:56:48 +00:00
scripts
src fix: remove some of the typescript warnings 2022-01-05 16:17:14 +01:00
.drone.yml
.editorconfig
.gitignore
.nvmrc
CHANGELOG.md
cypress.json
docker-manifest-unstable.tmpl
docker-manifest.tmpl
Dockerfile
index.html
LICENSE
netlify.toml
nginx.conf
package.json fix(deps): pin dependency @types/is-touch-device to 1.0.0 (#1308) 2022-01-05 16:45:48 +00:00
README.md
renovate.json
run.sh
tsconfig.json feat: replace jest with vitest 2022-01-04 14:16:47 +01:00
vite.config.ts feat: replace jest with vitest 2022-01-04 14:16:47 +01:00
yarn.lock fix(deps): pin dependency @types/is-touch-device to 1.0.0 (#1308) 2022-01-05 16:45:48 +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