You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
renovate 57a1f6df25
continuous-integration/drone/push Build is passing Details
chore(deps): update typescript-eslint monorepo to v5.24.0 (#1955)
Reviewed-on: #1955
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
1 year ago
.github Add github sponsoring 2 years ago
.vscode.example feat: add example configuration for vscode with volor (#791) 2 years ago
cypress Merge branch 'main' into feature/date-math 1 year ago
docs Move everything to models and services (#17) 4 years ago
originalMedia fix: llama color (#1212) 1 year ago
public feat: improve playPop helper (#1229) 1 year ago
scripts feat: change port to 4173 1 year ago
src [skip ci] Updated translations via Crowdin 1 year ago
.drone.yml chore(deps): update node.js to v18 (#1845) 1 year ago
.editorconfig feat: add .editorconfig for scss and css files (#970) 2 years ago
.gitignore feat: add preview deploys with netlify (#972) 2 years ago
.nvmrc fix: update nvm node version (#1856) 1 year ago
CHANGELOG.md chore: 0.18.2 release preparations 2 years ago
Dockerfile chore(deps): update node.js to v18 (#1845) 1 year ago
LICENSE Change license to AGPLv3 2 years ago
README.md chore: 0.18.2 release preparations 2 years ago
cypress.json feat: change port to 4173 1 year ago
docker-manifest-unstable.tmpl Switch the :latest docker image tag to contain the latest release instead of the latest unstable 2 years ago
docker-manifest.tmpl Change building latest docker image 2 years ago
index.html feat: add sentry (#879) 2 years ago
netlify.toml feat: change preview api url (#1584) 1 year ago
nginx.conf feat: nginx improvements (#1545) 1 year ago
package.json chore(deps): update typescript-eslint monorepo to v5.24.0 (#1955) 1 year ago
renovate.json chore: change dependency update frequencies 1 year ago
run.sh fix: default sentry dsn in docker 2 years ago
tsconfig.json feat: enable strictNullChecks ts setting (#1538) 1 year ago
vite.config.ts feat: add lang ts to script block 1 year ago
yarn.lock chore(deps): update typescript-eslint monorepo to v5.24.0 (#1955) 1 year ago

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